Uses of Class
boofcv.alg.segmentation.ms.RegionMergeTree
-
Uses of RegionMergeTree in boofcv.alg.segmentation.ms
Modifier and TypeClassDescriptionclass
Given a labeled image in which pixels that contains the same label may or may not be connected to each other, create a new labeled image in which only connected pixels have the same label.class
Merges together regions which have modes close to each other and have a similar color.class
MergeSmallRegions<T extends ImageBase<T>>
Finds regions which are too small and merges them with a neighbor that is the most similar to it and connected.