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