numpy-opencv-converter icon indicating copy to clipboard operation
numpy-opencv-converter copied to clipboard

OpenCV <=> NumPy Converter using Boost::Python

Results 12 numpy-opencv-converter issues
Sort by recently updated
recently updated
newest added

I changed this to this -SET(PYTHON_LIBRARY "/usr/lib/python2.7/config/libpython2.7.so") +SET(PYTHON_LIBRARY "/usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so") However I still get this error: `-- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU...

``` [ 42%] Linking CXX shared library np_opencv_converter.so /usr/bin/ld: cannot find -lopencv_dep_cudart collect2: error: ld returned 1 exit status CMakeFiles/np_opencv_converter.dir/build.make:147: recipe for target 'np_open cv_converter.so' failed make[2]: *** [np_opencv_converter.so] Error...

i got this error Numpy (error), but i do not know how can i solved this error. Error: Scanning dependencies of target np_opencv_converter [ 20%] Building CXX object CMakeFiles/np_opencv_converter.dir/np_opencv_converter.cpp.o In...

Compilation yields errors which I believe are due to incompatibility with OpenCV 3 (e.g. `‘class cv::Mat’ has no member named ‘refcount`): ``` /home/hcl/Documents/study/opencv/deepcut-cnn/python/pose/cpp/numpy-opencv-converter-master/utils/conversion.cpp:188:16: error: cannot declare variable ‘g_numpyAllocator’ to be...

Hi I am trying to build this package in Ubuntu 16.04 and I have 3 versions of python i.e python2.7, python3.5 and python3.6. It is building successfully but after going...

I'm using the library and passing OpenCV images back and forth between python and C++. However my memory usage seems to increase rapidly as a result. I've narrowed it down...

I think the cmake syntax is some of out of time. I implement a general one for the project. Hope it could be merged.

When I import two numpy-opencv-converter modules in a single python script,it will import converters twice,then use the c++ module will cause python to be crashed.And I try import the module...

I compiled on Ubuntu 16.04 with GCC and received this strange error: `undefined symbol: _ZTIN3tbb4taskE`. I tried with boost 1.58 and boost 1.61.0 and got the same issue. I'm using...

ArgumentError: Python argument types in cv_module.process_mat(numpy.ndarray) did not match C++ signature: process_mat(cv::Mat) call from python: import numpy as np from cv_module import process_mat A = np.random.random(shape=(4,3)) B = process_mat(A) cv_module.cpp...