"docs/source/vscode:/vscode.git/clone" did not exist on "71d53d9eef6069ce29384f8ccabb7ac290be7be2"
Commit 5bcfe4f6 authored by Davis King's avatar Davis King
Browse files

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