What is missing in OpenCV java bindings?

From the OpenCV wiki :

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

JavaCV, according to its homepage , seems to support not only fully OpenCV, but also other other related libraries:

JavaCV first provides wrappers for widely used libraries by computer vision researchers: OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, videoInput and ARToolKitPlus.

So what is missing from it, if anything at all?

+4
source share
1 answer

It does not support the OpenCV GPU module , available through the opencv_gpu package.

+1
source

Source: https://habr.com/ru/post/1384405/


All Articles