clmtrackr
clmtrackr copied to clipboard
Face Recognition
Hello, this is really nice library. I'm going to use this as a face recognition feature on my project with logic like face based login system. But first i want to know if its possible to let me now face elements size? The reference document does not clear enough for me, i have tried to see the results of getCurrentParameters() but i can't figure what exactly those 24 array items are? Which one for mouth, eye, etc.?
They are eigenvalues for the face from the PCA decomposition. You can roughly figure which feature corresponds to what using this model viewer. Click and drag the bars on the right to see what each eigenvalue corresponds to. You will realize that they don't all correspond to individual parts of the face. You can disregard the first four values in getCurrentParameters() as they are translation, rotation, etc.