Uses of Package
imagingbook.common.mser.components
Packages that use imagingbook.common.mser.components
-
Classes in imagingbook.common.mser.components used by imagingbook.common.mserClassDescriptionThis class represents a connected component (i.e., a binary image region).This class represents a tree of extremal image components.Enumeration specifying the method (algorithm) for building the component tree.
-
Classes in imagingbook.common.mser.components used by imagingbook.common.mser.componentsClassDescriptionThis class represents a connected component (i.e., a binary image region).This class represents a tree of extremal image components.Enumeration specifying the method (algorithm) for building the component tree.Basically a 2D array of pixels which holds all necessary information about the image geometry, keeps track of which pixels have been visited and knows how to access neighboring pixels (currently 4-neighborhood only).A pixel value which knows its coordinates.