4

From OpenCV's wiki:

OpenCV is released under a BSD license, it is free for both academic and commercial use. It has C++, C, Python and soon Java interfaces

JavaCV, according to its homepage, seems to support not only the entirety of OpenCV, but various other related libraries:

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

So, what's missing in it, if anything at all?

3
  • JavaCV seems to show only the C bindings of OpenCV, not the C++ bindings. Commented Dec 2, 2011 at 20:52
  • Oh yes, it's the C interface all over: code.google.com/p/javacv/#Quick_Start_for_OpenCV Commented Dec 2, 2011 at 20:57
  • What's the difference between both sets of bindings, Blender? Aren't they equivalent? Commented Dec 2, 2011 at 23:16

1 Answer 1

1

It doesn't support OpenCV's GPU module, which is available through the package opencv_gpu.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.