Description
In 0.16, in remove_small_holes, min_size has been replaced definitely by area_threshold. See here.
But for remove_small_objects, it is still min_size. Why that? The first one call the other internally...
Definition of done: Implement the suggestion in #4003 (comment)
Description
In 0.16, in remove_small_holes, min_size has been replaced definitely by area_threshold. See here.
But for remove_small_objects, it is still min_size. Why that? The first one call the other internally...
Definition of done: Implement the suggestion in #4003 (comment)