Class RotatedRect

java.lang.Object
org.opencv.core.RotatedRect

public class RotatedRect extends Object
  • Field Details

    • center

      public Point center
    • size

      public Size size
    • angle

      public double angle
  • Constructor Details

    • RotatedRect

      public RotatedRect()
    • RotatedRect

      public RotatedRect(Point c, Size s, double a)
    • RotatedRect

      public RotatedRect(double[] vals)
  • Method Details

    • set

      public void set(double[] vals)
    • points

      public void points(Point[] pt)
    • boundingRect

      public Rect boundingRect()
    • clone

      public RotatedRect clone()
      Overrides:
      clone in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object