Package ai.djl.modality.cv.output
Class Point
java.lang.Object
ai.djl.modality.cv.output.Point
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Joints.Joint
A point representing a location in
(x,y)
coordinate space, specified in double precision.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPoint
(double x, double y) Constructs and initializes a point at the specified(x,y)
location in the coordinate space. -
Method Summary
-
Constructor Details
-
Point
public Point(double x, double y) Constructs and initializes a point at the specified(x,y)
location in the coordinate space.- Parameters:
x
- the X coordinate of the newly constructedPoint
y
- the Y coordinate of the newly constructedPoint
-
-
Method Details