Package org.opencv.core
Class Point
java.lang.Object
org.opencv.core.Point
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Point
public Point(double x, double y) -
Point
public Point() -
Point
public Point(double[] vals)
-
-
Method Details
-
set
public void set(double[] vals) -
clone
-
dot
-
hashCode
-
equals
-
inside
-
toString
-