Modules Opencv
rdelgadov opened this issue · 2 comments
Hi,
I wanted to use the contrib_modules of opencv but the current version in the conda repositories didn't support them. I changed the conda chanel of opencv to use the rpi version and works fine.
Can somebody update the opencv with contrib modules?
I think that you put the issue at the wrong place. Otherwise, the conda packages of armv7l are very outdated, and you should more use poppy-project channel and rpi channel.
Btw, I made a version of opencv compiled with contrib modules and SIMD optimizations for Raspberry Pi (neon, vfp3, activating tbb and turbojpeg) https://anaconda.org/poppy-project/opencv
Thx for the answer, will be better in puppet-master the issue maybe?.
I tried to use your opencv version removing the opencv3 (because the import cv2 give me always the 3.1.0 version) but gave me the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/poppy/miniconda/lib/python2.7/site-packages/cv2.
I tried to find a solution but I couldn,t, can you help me with some hint?