opencv-node icon indicating copy to clipboard operation
opencv-node copied to clipboard

Use OpenCV with node.js

Results 12 opencv-node issues
Sort by recently updated
recently updated
newest added

My next try was to add a @manual declaration to the legacy cv.mGet function, which is an INLINE declaration in opencv-src/modules/core/include/opencv2/core/types_c.h as: CV_INLINE double cvmGet( const CvMat\* mat, int row,...

Hello, i've been trying to follow that opencv tutorials : http://docs.opencv.org/doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.html which should give me some nice histograms plot but, by just following the exact same steps, i couldn't achieve...