Class PixelMap

java.lang.Object
imagingbook.common.mser.components.PixelMap

public class PixelMap extends Object
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).
Version:
2022/11/19
  • Field Details

    • width

      public final int width
      Image width
    • height

      public final int height
      Image height
  • Constructor Details

  • Method Details