diff --git a/Shape_detection/test/Shape_detection/test_region_growing_on_point_set_3_with_sorting.cpp b/Shape_detection/test/Shape_detection/test_region_growing_on_point_set_3_with_sorting.cpp index dc5365688e4..6d5d8890d51 100644 --- a/Shape_detection/test/Shape_detection/test_region_growing_on_point_set_3_with_sorting.cpp +++ b/Shape_detection/test/Shape_detection/test_region_growing_on_point_set_3_with_sorting.cpp @@ -155,7 +155,7 @@ int main(int argc, char *argv[]) { }, [](const auto& region) -> bool { std::cout << "- num regions spheres: " << region.size() << std::endl; - return (region.size() >= 57 && region.size() <= 77); + return (region.size() >= 30 && region.size() <= 77); } );