1
votes

I just tested the http://dlib.net/face_landmark_detection_ex.cpp.html example.

The Question is now: Is there a proper way to covert the image type of tile_images(face_chips) to a Mat object?

Thanks in advance Alex

1
Solved the issue For people with the same problem: You have to make a copy of the output of tile_images and pass it to dlib::toMat. - Alex

1 Answers

2
votes

You should call dlib::toMat to do this.