OpenCV 2.4.11

org.opencv.core

Class Point

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double x 
      double y 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Point() 
      Point(double[] vals) 
      Point(double x, double y) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Point clone() 
      double dot(Point p) 
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      boolean inside(Rect r) 
      void set(double[] vals) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • Point

        public Point()
      • Point

        public Point(double[] vals)
      • Point

        public Point(double x,
             double y)
    • Method Detail

      • clone

        public Point clone()
        Overrides:
        clone in class java.lang.Object
      • dot

        public double dot(Point p)
      • 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
      • inside

        public boolean inside(Rect r)
      • set

        public void set(double[] vals)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object