OpenCV for Processing uses the direct OpenCV Java bindings instead of JavaCV. Please only include either one library, because Processing gets confused if two OpenCV packages are imported.
Is there a way to rewrite the examples code using OpenCV for Processing, to use the OpenCV included in DeepVision.
I like students to play around with this, but installing/removing libraries might be too much hassle.
How would I import OpenCV with this library.
import gab.opencv.*;
And what would be the OpenCV object instead of OpenCV cv; .
Or is it not that simple?
Is there a way to rewrite the examples code using OpenCV for Processing, to use the OpenCV included in DeepVision.
I like students to play around with this, but installing/removing libraries might be too much hassle.
How would I import OpenCV with this library.
import gab.opencv.*;And what would be the OpenCV object instead of
OpenCV cv;.Or is it not that simple?