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