This struct defines the information on the bounding box.
Definition dl_result.h:57
float lowerRightY
Y-coordinate of the lower-right corner.
Definition dl_result.h:61
float upperLeftY
Y-coordinate of the upper-left corner.
Definition dl_result.h:59
float lowerRightX
X-coordinate of the lower-right corner.
Definition dl_result.h:60
int label
Label of the bounding box.
Definition dl_result.h:63
float confidence
Confidence of the bounding box.
Definition dl_result.h:62
float upperLeftX
X-coordinate of the upper-left corner.
Definition dl_result.h:58
This struct defines the classification result.
Definition dl_result.h:101
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:104
float confidence
Confidence of the corresponding category.
Definition dl_result.h:103
int label
Category label.
Definition dl_result.h:102
This struct defines the information on the mask contour.
Definition dl_result.h:70
int * eachCountourPointNum
The number of points in each contour.
Definition dl_result.h:72
int contourNum
The number of contours.
Definition dl_result.h:71
int * contourPoints
Contour points.
Definition dl_result.h:73
This struct defines the defect segmentation and edge detection result.
Definition dl_result.h:111
Contour maskContour
Contour of the segmentation result.
Definition dl_result.h:112
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:114
MMindImage confidenceMat
Confidence map of the segmentation result.
Definition dl_result.h:113
This struct defines the fast positioning result.
Definition dl_result.h:131
double rotationAngle
Result of the rotation angle.
Definition dl_result.h:133
KeyPoints keyPoints
Result of keypoint detection.
Definition dl_result.h:132
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:134
This struct defines the information on fast positioning keypoints.
Definition dl_result.h:80
float endX
X-coordinate of the end point for fast positioning.
Definition dl_result.h:83
float startX
X-coordinate of the starting point for fast positioning.
Definition dl_result.h:81
float endY
Y-coordinate of the end point for fast positioning.
Definition dl_result.h:84
float startY
Y-coordinate of the starting point for fast positioning.
Definition dl_result.h:82
This struct defines Image.
Definition dl_definition.h:106
This struct defines the object detection and instance segmentation result.
Definition dl_result.h:121
Contour insMaskContour
Contour of the segmentation result.
Definition dl_result.h:123
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:124
Bbox bbox
Result of the bounding box.
Definition dl_result.h:122
This struct defines that the position of the result is relative to the upper-left corner of the origi...
Definition dl_result.h:46
float y
Definition dl_result.h:49
float x
Definition dl_result.h:47
This struct defines the information required to recover the result to the original image.
Definition dl_result.h:91
int imageIndex
Index of the result with respect to the original image.
Definition dl_result.h:92
Position position
Definition dl_result.h:93