-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problems #2
Comments
Hi, Thanks for your feedback. OpenCV 4.2.0 and Boost 1.71.0 should be compatible with the SelectiveSegmentation project. However, a slight modification is needed to be able to compile with recent versions of opencv: the |
Hi, I rebuilt the project from scratch on Ubuntu 20.04 with the fix above and the software seems to work properly, now you can build directly from the master branch. See commit. I recorded every step.
|
Hi @etasnadi,
I am trying to compile your release 0.2-alpha on a CentOS 7 machine but I am having some problems.
For instance, to compile SelectiveSegmentation gives:
3DCellAnnotator-0.2-alpha/SelectiveSegmentation/src/imagetools.cu(152): error: identifier "CV_LOAD_IMAGE_ANYDEPTH" is undefined
. Some post suggests that this error is related to the absence of TIFF support. However, our version has it.Therefore, I want to know if it is possible to get a list of build required dependencies and their respective versions.
Best,
Danilo
The text was updated successfully, but these errors were encountered: