public class Point extends Object implements Serializable
Point(double x, double y)
double
getX()
getY()
void
setX(double x)
setY(double y)
org.opencv.core.Point
toCvPoint()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Point(double x, double y)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public String toString()
toString
Object
public org.opencv.core.Point toCvPoint()
Copyright © 2025. All rights reserved.