org.opencv.core
Class RotatedRect
java.lang.Object
org.opencv.core.RotatedRect
public class RotatedRect
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
angle
public double angle
center
public Point center
size
public Size size
RotatedRect
public RotatedRect()
RotatedRect
public RotatedRect(double[] vals)
RotatedRect
public RotatedRect(Point c,
Size s,
double a)
boundingRect
public Rect boundingRect()
clone
public RotatedRect clone()
- Overrides:
clone
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
points
public void points(Point[] pt)
set
public void set(double[] vals)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object