Skip to content

Bug fix in find_contours

Compare
Choose a tag to compare
@simedw simedw released this 21 Sep 14:44
· 62 commits to master since this release

Find_contours: single white pixels could cause an infinite loop due to two uninitialized variables in a code path. This is now fixed with a additional test case.