Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there is no org.opencv.contrib package, but since a few weeks, java wrappers for the org.opencv.face package will be built automatically.

you'll have to:

  • update your main opencv repo src to latest master (3.4, as of now). do not try to get any binaries, since you have to build from src !

  • get https://github.com/opencv/opencv_contrib, and follow the instructions there

  • make sure you have the ant tool , a c++ compiler and python

there is no org.opencv.contrib package, but since a few weeks, java wrappers for the org.opencv.face package will be built automatically.

you'll have to:

  • update your main opencv repo src to latest master (3.4, as of now). do not try to get any binaries, since you have to build from src !

  • get https://github.com/opencv/opencv_contrib, and follow the instructions there

  • make sure you have the cmake, the ant tool , a c++ compiler and python python