View source for Talk:Jetson/Installing OpenCV
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
Is anyone modifying / update this wiki? | 2 | 17:34, 20 August 2016 |
how to avoid conflicts? | 1 | 22:05, 30 September 2014 |
problems with OpenCV install on Jetson TK!. (CUDA_CUDA_LIBRARY undefined) | 1 | 18:41, 18 September 2014 |
It seems there are code examples on this wiki that are no longer applicable or are out of date with current versions. Who updates this page with the latest info?
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Jetson/Installing OpenCV/Is anyone modifying / update this wiki?/reply (2).
I have installed 2x nvidia opencv however when I try to install libhighgui-dev, dependencies include: libopencv-core-dev libopencv-core2.4 libopencv-highgui-dev libopencv-highgui2.4 libopencv-imgproc-dev libopencv-imgproc2.4
its not clear to me: how to proceed?
ie are these already installed, but not found? or what?
Might it be helpful to add something more general around this type of issue? ie to clarify what type of issues to watch out for. and what is included... https://devtalk.nvidia.com/default/topic/778637/embedded-systems/libhighgui-dev-opencv-dependency-/
CUDA itself is functional, OpenCV-2.4.9.zip download as described here. But ccmake reports CUDA_CUDA_LIBRARY undefined, numpy not present, etc. (In default tegraK1 ubuntu out-of-box)
It sounds like you are trying to build OpenCV from source? If you do that, you can't get the hundreds of CPU optimizations (for quad-core and NEON SIMD) that OpenCV4Tegra prebuilt packages provide. So I recommend that you don't build OpenCV from source, I recommend you use the OpenCV4Tegra prebuilt packages, as mentioned above the manual installation section. OpenCV manual installation is mostly just for people modifying the OpenCV library (such as NVIDIA employees, since we have access to the OpenCV4Tegra source code including all our closed-source optimizations).