Package ai.djl.modality.cv.output


package ai.djl.modality.cv.output
Contains output types used in various computer vision applications.
  • Class
    Description
    An 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 an Application.CV.OBJECT_DETECTION case.
    A DetectedObject 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.
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's upper-left point Point in the coordinate space, its width, and its height.