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/open...
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...