2016-11-29 01:31:48 -0600 | received badge | ● Taxonomist |
2013-05-22 08:04:56 -0600 | asked a question | Does OpenCV currently supply full APIs for Java? Hi all, I am trying to use the Java api of OpenCV 2.4.5 to develop a project for face detection from offline videos. However, after some days I found that in the APIs supplied, the VideoCapture class only supports to load streams from camera. And the SetImageROI method is also not included. Thus I am confused that whether the APIs supplied currently are only a subset. If it is the case, is there a plan that someday APIs of Java will be the same as C++/Python? Thanks! |