Package ai.djl.modality.cv.output
Class Point
- java.lang.Object
-
- ai.djl.modality.cv.output.Point
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Joints.Joint
public class Point extends java.lang.Object implements java.io.SerializableA point representing a location in(x,y)coordinate space, specified in double precision.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Point(double x, double y)Constructs and initializes a point at the specified(x,y)location in the coordinate space.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetX()Returns the X coordinate of thisPointindoubleprecision.doublegetY()Returns the Y coordinate of thisPointindoubleprecision.
-