Bug fix in find_contours
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.
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.