Package ai.djl.modality.cv.output
package ai.djl.modality.cv.output
Contains output types used in various computer vision applications.
-
ClassDescriptionAn interface representing a bounding box around an object inside an image.A class representing the segmentation result of an image in an
Application.CV.SEMANTIC_SEGMENTATION
case.A class representing the detected objects results for a single image in anApplication.CV.OBJECT_DETECTION
case.ADetectedObject
represents a single potential detected Object for an image.A result of all joints found during Human Pose Estimation on a single image.A joint that was detected using Human Pose Estimation on an image.Landmark
is the container that stores the key points for landmark on a single face.A mask with a probability for each pixel within a bounding rectangle.A point representing a location in(x,y)
coordinate space, specified in double precision.ARectangle
specifies an area in a coordinate space that is enclosed by theRectangle
object's upper-left pointPoint
in the coordinate space, its width, and its height.