Class PixelMap.Pixel

java.lang.Object
imagingbook.common.geometry.basic.Pnt2d.PntInt
imagingbook.common.mser.components.PixelMap.Pixel
All Implemented Interfaces:
Pnt2d, Primitive2d, ShapeProducer, Comparable<PixelMap.Pixel>
Enclosing class:
PixelMap

public class PixelMap.Pixel extends Pnt2d.PntInt implements Comparable<PixelMap.Pixel>
A pixel value which knows its coordinates. This is a non-static class, i.e., PixelMap.Pixel instances can only exist in the context of a PixelMap instance.