Class Size

java.lang.Object
org.opencv.core.Size

public class Size extends Object
  • Field Details

    • width

      public double width
    • height

      public double height
  • Constructor Details

    • Size

      public Size(double width, double height)
    • Size

      public Size()
    • Size

      public Size(Point p)
    • Size

      public Size(double[] vals)
  • Method Details

    • set

      public void set(double[] vals)
    • area

      public double area()
    • empty

      public boolean empty()
    • clone

      public Size 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