Ask Your Question

faith's profile - activity

2016-06-10 00:17:07 -0600 received badge  Enthusiast
2016-06-05 19:17:36 -0600 asked a question 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...