mirror of https://github.com/davisking/dlib.git
Fixed bug in the render_face_detections() overload I just added.
This commit is contained in:
parent
921a70847f
commit
5bcfe4f6c9
|
@ -67,7 +67,7 @@ namespace dlib
|
|||
{
|
||||
std::vector<full_object_detection> dets;
|
||||
dets.push_back(det);
|
||||
return render_face_detections(dets);
|
||||
return render_face_detections(dets, color);
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue