Loading...
Logo
Processing Forum

JavaCV

in General Discussion  •  Other  •  3 years ago  
This is not really processing related but it's java and one thing that is missing for java and processing was Computer Vision
I came across the JavaCV project that wraps OpenCV, ARToolKit, giving access to the original framework.
I know there is opencv for processing already, but is incomplete and for the enthusiasts this should bring you some happiness

"JavaCV first provides wrappers to commonly used libraries by researchers in the field of computer vision: OpenCV, ARToolKitPlus, libdc1394 2.x, PGR FlyCapture, and FFmpeg"

http://code.google.com/p/javacv/

Replies(1)

Re: JavaCV

2 years ago
Hi pixelnerve,

Do you know how to use this in processing ?
I've trying with Add  File and  put `javacpp.jar`, `javacv.jar`, and `javacv-*.jar`  in my code folder, but nothing happen...
Any idea ?

many thaks !