Uses of Class
imagingbook.common.mser.components.ComponentTree
Packages that use ComponentTree
-
Uses of ComponentTree in imagingbook.common.mser
Methods in imagingbook.common.mser that return ComponentTreeModifier and TypeMethodDescriptionMserDetector.getComponentTree()
Returns the component tree for this MSER detector. -
Uses of ComponentTree in imagingbook.common.mser.components
Subclasses of ComponentTree in imagingbook.common.mser.componentsModifier and TypeClassDescriptionclass
This class is a re-implementation of the "quasi-linear-time" component tree algorithm which is based on efficient, tree-based union finding as described in [1].class
This class implements the "linear-time" ("local flooding") component tree algorithm described in [1].Methods in imagingbook.common.mser.components that return ComponentTreeModifier and TypeMethodDescriptionstatic <T> ComponentTree<T>
ComponentTree.from
(ByteProcessor ip) Creates a new component tree for the specified image using the default method (ComponentTree.Method.LinearTime
).static <T> ComponentTree<T>
ComponentTree.from
(ByteProcessor ip, ComponentTree.Method method) Creates a new component tree for the specified image.static <T> ComponentTree<T>
ComponentTree.from
(PixelMap pm, ComponentTree.Method method) Creates a new component tree for the specifiedPixelMap
.