Uses of Class
imagingbook.common.mser.components.PixelMap.Pixel
Packages that use PixelMap.Pixel
-
Uses of PixelMap.Pixel in imagingbook.common.mser.components
Methods in imagingbook.common.mser.components that return PixelMap.PixelModifier and TypeMethodDescriptionPixelMap.Pixel.getNextNeighbor()Gets the next neighbor of this pixel that is inside the containing image.PixelMap.getPixel(int u, int v) Returns thePixelMap.Pixelinstance at the specified position.PixelMap.getPixelVector()Returns a new 1D array (i.e., a "flattened" vector in row-first order) ofPixelMap.Pixelelements, e.g., for sorting pixels by value.Methods in imagingbook.common.mser.components that return types with arguments of type PixelMap.PixelModifier and TypeMethodDescriptionComponent.getAllPixels()Returns a collection of all pixels of this component, including the component's local pixels and the pixels of all child components.Component.getChildPixels()Returns a collection of all pixels contained in the children of this component.Component.getLocalPixels()Returns a list of "local" pixels that directly belong to this component All these pixels have the same 'level' as the component itself.Methods in imagingbook.common.mser.components with parameters of type PixelMap.Pixel