Package boofcv.struct
Class ImageRectangle
java.lang.Object
georegression.struct.shapes.Rectangle2D_I32
boofcv.struct.ImageRectangle
Axis aligned rectangle with integer values for use on images.
-
Field Summary
Fields inherited from class georegression.struct.shapes.Rectangle2D_I32
x0, x1, y0, y1
-
Constructor Summary
ConstructorDescriptionImageRectangle
(int x0, int y0, int x1, int y1) ImageRectangle
(ImageRectangle orig) -
Method Summary
-
Constructor Details
-
ImageRectangle
public ImageRectangle(int x0, int y0, int x1, int y1) -
ImageRectangle
-
ImageRectangle
public ImageRectangle()
-
-
Method Details
-
intersection
-