boofcv.struct
Class ImageRectangle
- java.lang.Object
-
- georegression.struct.shapes.Rectangle2D_I32
-
- boofcv.struct.ImageRectangle
-
public class ImageRectangle extends Rectangle2D_I32
-
-
Field Summary
-
Fields inherited from class georegression.struct.shapes.Rectangle2D_I32
x0, x1, y0, y1
-
-
Constructor Summary
Constructors Constructor and Description ImageRectangle()ImageRectangle(ImageRectangle orig)ImageRectangle(int x0, int y0, int x1, int y1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanintersection(ImageRectangle b, ImageRectangle result)
-
-
-
Constructor Detail
-
ImageRectangle
public ImageRectangle(int x0, int y0, int x1, int y1)
-
ImageRectangle
public ImageRectangle(ImageRectangle orig)
-
ImageRectangle
public ImageRectangle()
-
-
Method Detail
-
intersection
public boolean intersection(ImageRectangle b, ImageRectangle result)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG