"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "173a2b6190bebafb911c29acff77ff77607e698c"
Commit 6f57d405 authored by Davis King's avatar Davis King
Browse files

fixed bug.

parent 9bea5e39
...@@ -22,7 +22,7 @@ namespace dlib ...@@ -22,7 +22,7 @@ namespace dlib
full_object_detection( full_object_detection(
const rectangle& rect_, const rectangle& rect_,
const std::vector<point>& movable_parts_ const std::vector<point>& movable_parts_
) : rect(rect_), movable_parts(movable_parts) {} ) : rect(rect_), movable_parts(movable_parts_) {}
explicit full_object_detection( explicit full_object_detection(
const rectangle& rect_ const rectangle& rect_
......
...@@ -21,7 +21,7 @@ namespace dlib ...@@ -21,7 +21,7 @@ namespace dlib
full_object_detection( full_object_detection(
const rectangle& rect_, const rectangle& rect_,
const std::vector<point>& movable_parts_ const std::vector<point>& movable_parts_
) : rect(rect_), movable_parts(movable_parts) {} ) : rect(rect_), movable_parts(movable_parts_) {}
explicit full_object_detection( explicit full_object_detection(
const rectangle& rect_ const rectangle& rect_
......
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