Class Rect

java.lang.Object
org.opencv.core.Rect

public class Rect extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Rect

      public Rect(int x, int y, int width, int height)
    • Rect

      public Rect()
    • Rect

      public Rect(Point p1, Point p2)
    • Rect

      public Rect(Point p, Size s)
    • Rect

      public Rect(double[] vals)
  • Method Details

    • set

      public void set(double[] vals)
    • clone

      public Rect clone()
      Overrides:
      clone in class Object
    • tl

      public Point tl()
    • br

      public Point br()
    • size

      public Size size()
    • area

      public double area()
    • empty

      public boolean empty()
    • contains

      public boolean contains(Point p)
    • 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