Package boofcv.struct

Class ImageRectangle


public class ImageRectangle extends Rectangle2D_I32
Axis aligned rectangle with integer values for use on images.
  • Constructor Details

    • ImageRectangle

      public ImageRectangle(int x0, int y0, int x1, int y1)
    • ImageRectangle

      public ImageRectangle(ImageRectangle orig)
    • ImageRectangle

      public ImageRectangle()
  • Method Details