Commit d277dc91 authored by Davis King's avatar Davis King

Increased the hysteresis_threshold() recursion depth a bit.

parent b13bb364
......@@ -196,7 +196,7 @@ namespace dlib
out_img.set_size(in_img.nr(),in_img.nc());
const long size = 50;
const long size = 100;
long rstack[size];
long cstack[size];
......
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