Skip navigation links
org.opencv.core

Class Rect

    • Field Detail

      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
    • Constructor Detail

      • Rect

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

        public Rect()
      • Rect

        public Rect(double[] vals)
    • Method Detail

      • set

        public void set(double[] vals)
      • size

        public Size size()
      • area

        public double area()
      • contains

        public boolean contains(Point p)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object

Copyright © 2014. All rights reserved.