1 | initial version |
just found out, that the shape module is missing in the cmake step already
i think, there's a simple solution to it:
open opencv/modules/java/cmakelists.txt, the module list is in line 9, append opencv_shape at the end,
then rerun cmake and recompile.
this worked for me, but , if you can please report back, so we can solve the issue / make a pr.
2 | No.2 Revision |
just found out, that the shape module is missing in the cmake step already
i think, there's a simple solution to it:
open opencv/modules/java/cmakelists.txt, the module list is in line 9, append opencv_shape at the end,
then rerun cmake and recompile.
this worked for me, but , if you can can, - please report back, so we can solve the issue / make a pr.