Package ai.djl.modality.cv.output
Contains output types used in various computer vision applications.
-
Interface Summary Interface Description BoundingBox An interface representing a bounding box around an object inside an image. -
Class Summary Class Description CategoryMask A class representing the segmentation result of an image in anApplication.CV.SEMANTIC_SEGMENTATIONcase.CategoryMask.SegmentationSerializer A customized Gson serializer to serialize theSegmentationobject.DetectedObjects A class representing the detected objects results for a single image in anApplication.CV.OBJECT_DETECTIONcase.DetectedObjects.DetectedObject ADetectedObjectrepresents a single potential detected Object for an image.Joints A result of all joints found during Human Pose Estimation on a single image.Joints.Joint A joint that was detected using Human Pose Estimation on an image.Landmark Landmarkis the container that stores the key points for landmark on a single face.Mask A mask with a probability for each pixel within a bounding rectangle.Point A point representing a location in(x,y)coordinate space, specified in double precision.Rectangle ARectanglespecifies an area in a coordinate space that is enclosed by theRectangleobject's upper-left pointPointin the coordinate space, its width, and its height.