opencv 2.4.11 imgcodecs not found (Bug #4274)
Description
While installing caffe I am getting error- Undefined symbols for architecture x86_64:
Whose solution seems to be by adding opencv_imgcodecs in Makefile libraries. But when I do that I get an error- could not find library lopencv_imgcodecs.
Is it so that imgcodecs is available only on opencv 3.0 version?
Mac OS 10.9, x86_64, Anaconda, cuda 6.5
When I tried to install opencv using-
brew install --devel opencv I got foll error-
DPYTHON_INCLUDE_DIR=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-DWITH_CUDA=OFF
CMake Error: The source directory "/tmp/opencv20150412-88139-lbnq9o/opencv-3.0.0-beta/macbuild/DPYTHON_INCLUDE_DIR=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7" does not exist
History
Updated by Deep Samal almost 10 years ago
Deep Samal wrote:
While installing caffe I am getting error- Undefined symbols for architecture x86_64:
Whose solution seems to be by adding opencv_imgcodecs in Makefile libraries. But when I do that I get an error- could not find library lopencv_imgcodecs.
Is it so that imgcodecs is available only on opencv 3.0 version?Mac OS 10.9, x86_64, Anaconda, cuda 6.5, open cv version- 2.4.11 (current)
When I tried to install opencv 3.0 using-
brew install --devel opencv I got foll error-
DPYTHON_INCLUDE_DIR=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-DWITH_CUDA=OFFCMake Error: The source directory "/tmp/opencv20150412-88139-lbnq9o/opencv-3.0.0-beta/macbuild/DPYTHON_INCLUDE_DIR=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7" does not exist
Updated by Steven Puttemans almost 10 years ago
Can you please not bump topics if you have no extra information? Many of us do this on a free basis, when we got spare time, so be patient...
- Status changed from New to Open
Updated by Philip L almost 10 years ago
to your question the stated library is indeed only available in 3.0.
Using 2.4 you probably have to include opencv_highgui.
Updated by Maksim Shabunin almost 10 years ago
Philip L wrote:
Using 2.4 you probably have to include opencv_highgui.
I agree with this.
It seems to be some local system configuration problems, please, feel free to reopen if you get more information.
- Status changed from Open to Incomplete
- Priority changed from Normal to Low
- HW Platform changed from x86 to x64
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4966