Package org.opencv.core
Class Rect
java.lang.Object
org.opencv.core.Rect
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
Rect
public Rect(int x, int y, int width, int height) -
Rect
public Rect() -
Rect
-
Rect
-
Rect
public Rect(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
-