Commit 5bcfe4f6 authored by Davis King's avatar Davis King

Fixed bug in the render_face_detections() overload I just added.

parent 921a7084
......@@ -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);
}
// ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment