You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to combine the example_dlib_dnn_face_recognition and example_face_tracking. But both use different ways to get faces.
In order to get a tracked face in to the vector that contains all faces std::vector<matrix<rgb_pixel>> faces I need to create a faceChip.
track.second.alignedFace() returns ofPixels but ofxDlib::toDlib(my_of_pixels) does not work.
I am trying to combine the example_dlib_dnn_face_recognition and example_face_tracking. But both use different ways to get faces.
In order to get a tracked face in to the vector that contains all faces
std::vector<matrix<rgb_pixel>> faces
I need to create a faceChip.track.second.alignedFace()
returns ofPixels butofxDlib::toDlib(my_of_pixels)
does not work.also tried this
I should mention I am using the develop branch.
I thought this should work:
https://github.com/bakercp/ofxDlib/blob/develop/libs/ofxDlib/include/ofx/Dlib/Utils.h#L314
The text was updated successfully, but these errors were encountered: