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

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API

Results 3 opencv-processing issues
Sort by recently updated
recently updated
newest added

When I try to run pedestrian detection code (version 0.7 using modified LiveCamTest example) println("OpenCV.CASCADE_PEDESTRIANS="+ OpenCV.CASCADE_PEDESTRIANS); opencv.loadCascade(OpenCV.CASCADE_PEDESTRIANS); A CvException occurs with this console log: Processing video library using bundled GStreamer...

Thanks for creating this library for Java Processing. It is very helpful. What is the progress for the Android version of this library? Is there any where to see the...

Hi, thank you for your great contribution. If you don't mind, could you please help me? It cause wrong result that not became original image when converting toPImage -> toCv()...