Allow for building with opencv_contrib - #24
Conversation
thepaulm
commented
Jan 28, 2019
- This is needed for things like ArUco fiducial marker support
- Build like this: WITH_OPENCV_CONTRIB=YES ./buildOpenCV.sh
- Version defaults to the OpenCV version
- This is needed for things like ArUco fiducial marker support - Build like this: WITH_OPENCV_CONTRIB=YES ./buildOpenCV.sh - Version defaults to the OpenCV version
|
I tried your patch and got: Some sort of duplication which I managed to solve by deleting the folders inside |
|
I went back and tried this and I'm getting the same thing you are. I don't really understand how I wasn't seeing this before, other than a guess that it wasn't happening because I wasn't starting from a fresh checkout. I looked at where it's throwing these errors and I don't understand what cmake is attempting to do right there. I'll look at this as I find time. Thanks for pointing this out. |
|
It seems that the opencv-contrib version is not the same as opencv (3.4.1 for Jetson). Your script try to install opencv-contrib 4. Specify the particular version of opencv-contrib in your shell script. |