Hi everyone,
I am trying to try out the new Facemark facial landmark functions (thanks for adding these!!!) using Java OpenCV 3.4.0. I downloaded the latest source today from OpenCV github master repo and contrib repo and then generated the Java wrappers using them. I have ran into some problems, and I am unsure if these problems are being caused by some build issue which I need to resolve or some other issue.
The Facemark classes are listed within my library but they are missing most of their methods. I also noticed that the Face class contains some methods which might belong in the Facemarck classes. See below:
While the Facemark class seems to be messed up, other Face classes, such as BIF, seem to be okay.
Does anyone know what might be causing this issue? Was it a build issue?
Any help resolving this issue would be much appreciated!!