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_SEGMENTATIONcase.A class representing the detected objects results for a single image in anApplication.CV.OBJECT_DETECTIONcase.ADetectedObjectrepresents 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.Landmarkis 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.ARectanglespecifies an area in a coordinate space that is enclosed by theRectangleobject's upper-left pointPointin the coordinate space, its width, and its height.