UnsupLabel
This enum defines unsupervised segmentation label.
Definition dl_definition.h:112
This struct defines the information on the bounding box.
Definition dl_result.h:63
float lowerRightY
Y-coordinate of the lower-right corner.
Definition dl_result.h:67
float upperLeftY
Y-coordinate of the upper-left corner.
Definition dl_result.h:65
float lowerRightX
X-coordinate of the lower-right corner.
Definition dl_result.h:66
int label
Label of the bounding box.
Definition dl_result.h:69
float confidence
Confidence of the bounding box.
Definition dl_result.h:68
float upperLeftX
X-coordinate of the upper-left corner.
Definition dl_result.h:64
This struct defines the classification result.
Definition dl_result.h:96
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:99
float confidence
Confidence of the corresponding category.
Definition dl_result.h:98
int label
Category label.
Definition dl_result.h:97
This struct defines the information on the mask contour.
Definition dl_result.h:76
int * eachCountourPointNum
The number of points in each contour.
Definition dl_result.h:78
int contourNum
The number of contours.
Definition dl_result.h:77
int * contourPoints
Contour points.
Definition dl_result.h:79
This struct defines the defect segmentation and edge detection result.
Definition dl_result.h:106
Contour maskContour
Contour of the segmentation result.
Definition dl_result.h:107
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:109
MMindImage confidenceMat
Confidence map of the segmentation result.
Definition dl_result.h:108
This struct defines the fast positioning result.
Definition dl_result.h:126
double rotationAngle
Result of the rotation angle.
Definition dl_result.h:128
Point rotationCenterPoint
Result of the rotation center point.
Definition dl_result.h:127
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:129
This struct defines Image.
Definition dl_definition.h:122
This struct defines the object detection and instance segmentation result.
Definition dl_result.h:116
Contour insMaskContour
Contour of the segmentation result.
Definition dl_result.h:118
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:119
Bbox bbox
Result of the bounding box.
Definition dl_result.h:117
This struct defines the information on contour points.
Definition dl_result.h:55
int y
The y-coordinate of the contour point.
Definition dl_result.h:57
int x
The x-coordinate of the contour point.
Definition dl_result.h:56
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
The y-coordinate of the result is relative to the upper-left corner of the original image.
Definition dl_result.h:48
float x
The x-coordinate of the result is relative to the upper-left corner of the original image.
Definition dl_result.h:47
This struct defines the information required to recover the result to the original image.
Definition dl_result.h:86
int imageIndex
Index of the result with respect to the original image.
Definition dl_result.h:87
Position position
Definition dl_result.h:88
This struct defines the text detection result.
Definition dl_result.h:147
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:150
Contour textContour
Contour of text detection result.
Definition dl_result.h:149
double confidence
Confidence of text detection results.
Definition dl_result.h:148
This struct defines the text recognition result.
Definition dl_result.h:136
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:140
int textNum
The number of character recognized.
Definition dl_result.h:137
char * text
Text recognition result.
Definition dl_result.h:138
float * confidences
The confidence of each character recognized.
Definition dl_result.h:139
This struct defines the unsupervised segmentation result.
Definition dl_result.h:157
UnsupLabel label
Label of the segmentation result.
Definition dl_result.h:158
MMindImage confidenceMat
Confidence map of the segmentation result.
Definition dl_result.h:160
Contour maskContour
Contour of the segmentation result.
Definition dl_result.h:159
ResultRestoreInfo restoreInfo
Information required for result restoration.
Definition dl_result.h:161