OpenCV 3.0.0

org.opencv.core
Class Point

java.lang.Object
  extended by org.opencv.core.Point

public class Point
extends java.lang.Object


Field Summary
 double x
           
 double y
           
 
Constructor Summary
Point()
           
Point(double[] vals)
           
Point(double x, double y)
           
 
Method Summary
 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

OpenCV 3.0.0 Documentation