Uses of Class
imagingbook.common.mser.components.Component
Packages that use Component
-
Uses of Component in imagingbook.common.mser
Methods in imagingbook.common.mser that return types with arguments of type ComponentModifier and TypeMethodDescriptionMserDetector.getMserFeatures()
Extracts and returns a list of MSER components.Methods in imagingbook.common.mser with parameters of type ComponentModifier and TypeMethodDescriptionLocalAffineFrameExtractor.getLocalAffineFrame
(Component<MserData> mser) Extracts a single local-affine frame for the specified MSER component.Constructors in imagingbook.common.mser with parameters of type Component -
Uses of Component in imagingbook.common.mser.components
Methods in imagingbook.common.mser.components that return ComponentModifier and TypeMethodDescriptionComponent.getParent()
Returns the parent component of this component (null
if this node is the tree's root).ComponentTree.getRoot()
Returns the root component of this component tree.ComponentTreeGlobalImmersion.getRoot()
ComponentTreeLinearTime.getRoot()
Methods in imagingbook.common.mser.components that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponent.getChildren()
Returns the list of this component's child components.abstract Collection<Component<T>>
ComponentTree.getComponents()
Returns an unordered collection of all tree components.ComponentTreeGlobalImmersion.getComponents()
ComponentTreeLinearTime.getComponents()
ComponentTree.getLeaves()
Finds and returns a collection of all leaf components of this tree.ComponentTree.iterator()
Method parameters in imagingbook.common.mser.components with type arguments of type ComponentModifier and TypeMethodDescriptionstatic void
Component.sortByLevel
(List<? extends Component<?>> components) Sorts a list of Components by (increasing) component level, i.e., the component with the lowest level becomes the first.static void
Component.sortBySize
(List<? extends Component<?>> components) Sorts a list of Components by (decreasing) component size, i.e., the largest component (with the most pixels) becomes the first.