"git@developer.sourcefind.cn:OpenDAS/drtk.git" did not exist on "9683df262b00bb796719f03a8d6fcc66542dd6e4"
Commit 69ee698d authored by Davis King's avatar Davis King
Browse files

Fixed bug in hysteresis_threshold()

parent d5a27eba
...@@ -418,11 +418,6 @@ namespace dlib ...@@ -418,11 +418,6 @@ namespace dlib
} // end while (pos >= 0) } // 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