Commit 141bf339 authored by Davis King's avatar Davis King

Fixed invalid assert

parent 85f69f91
......@@ -76,7 +76,6 @@ namespace dlib
DLIB_ASSERT(is_same_object(in_img, out_img) == false,
"\t void segment_image()"
<< "\n\t The input images can't be the same object."
<< "\n\t this: " << this
);
COMPILE_TIME_ASSERT(is_unsigned_type<ptype>::value && sizeof(ptype) <= 2);
......
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