Uses of Class
boofcv.alg.segmentation.ms.RegionMergeTree
Packages that use RegionMergeTree
-
Uses of RegionMergeTree in boofcv.alg.segmentation.ms
Subclasses of RegionMergeTree in boofcv.alg.segmentation.msModifier and TypeClassDescriptionclassGiven 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.classMerges together regions which have modes close to each other and have a similar color.classMergeSmallRegions<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.