-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
double |
height |
double |
width |
-
Constructor Summary
Constructors
Constructor and Description |
Size() |
Size(double[] vals) |
Size(double width,
double height) |
Size(Point p) |
-
Method Summary
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
width
public double width
-
height
public double height
-
Constructor Detail
-
Size
public Size(Point p)
-
Method Detail
-
area
public double area()
-
empty
public boolean empty()
-
clone
public Size clone()
- Overrides:
clone
in class java.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0