Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is it possible to compile opencv shape module and use it in Java?

Hi everyone, I want to implement java based shape similarity/dissimilarity app. Is it possible to re-compile opencv-3.1 and include the shape module inside. Because, the ready jar library does not include shape module.

I took the library from here:

https://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.1.0/

and this is the list of modules in java:

calib3d core features2d imgcodecs imgproc ml objdetect photo utils video videoio

But under opencv/sources/modules there are c++ codes of shape distance algorithms. Can you give me a hint please? Thanks...