Commit ddf48df3 authored by Davis King's avatar Davis King

merged

parents 49fe4f3e 627b20e6
...@@ -34,9 +34,9 @@ namespace dlib ...@@ -34,9 +34,9 @@ namespace dlib
truncated(false), truncated(false),
occluded(false), occluded(false),
ignore(false), ignore(false),
angle(0),
pose(0), pose(0),
detection_score(0) detection_score(0),
angle(0)
{} {}
box ( box (
...@@ -47,9 +47,9 @@ namespace dlib ...@@ -47,9 +47,9 @@ namespace dlib
truncated(false), truncated(false),
occluded(false), occluded(false),
ignore(false), ignore(false),
angle(0),
pose(0), pose(0),
detection_score(0) detection_score(0),
angle(0)
{} {}
rectangle rect; 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