Package org.opencv.core
Class Rect2d
java.lang.Object
org.opencv.core.Rect2d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y -
width
public double width -
height
public double height
-
-
Constructor Details
-
Rect2d
public Rect2d(double x, double y, double width, double height) -
Rect2d
public Rect2d() -
Rect2d
-
Rect2d
-
Rect2d
public Rect2d(double[] vals)
-
-
Method Details
-
set
public void set(double[] vals) -
clone
-
tl
-
br
-
size
-
area
public double area() -
empty
public boolean empty() -
contains
-
hashCode
public int hashCode() -
equals
-
toString
-