Commit 69ee698d authored by Davis King's avatar Davis King

Fixed bug in hysteresis_threshold()

parent d5a27eba
......@@ -418,11 +418,6 @@ namespace dlib
} // end while (pos >= 0)
}
else
{
out_img[r][c] = off_pixel;
}
}
}
}
......
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