Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

indeed, the face module in contrib currently does not build for java.

here's a (clumsy) workaround (which will probably break the python bindings, but, so what):

  • change all occurrences of CV_EXPORTS_W back to CV_EXPORTS here

  • remove CV_WRAP here

  • rerun cmake && make && make install

indeed, the face module in contrib currently does not build for java.

here's a (clumsy) clumsy workaround (which will probably break the python bindings, but, so what):what) would be, to disable the java bindings for the newly added PredictCollector stuff:

  • change all occurrences of CV_EXPORTS_W back to CV_EXPORTS here

  • remove CV_WRAP here

  • rerun cmake && make && make install