Defines the information on the bounding box.
Definition MMIndResult.h:54
float upperLeftY
Y-coordinate of the upper-left corner.
Definition MMIndResult.h:56
int labelIndex
Label index of the bounding box.
Definition MMIndResult.h:60
float lowerRightY
Y-coordinate of the lower-right corner.
Definition MMIndResult.h:58
std::string labelName
Label name of the bounding box.
Definition MMIndResult.h:61
float confidence
Confidence of the bounding box.
Definition MMIndResult.h:59
float upperLeftX
X-coordinate of the upper-left corner.
Definition MMIndResult.h:55
float lowerRightX
X-coordinate of the lower-right corner.
Definition MMIndResult.h:57
Defines the classification result.
Definition MMIndResult.h:95
std::vector< int > labelIndices
Category label indices.
Definition MMIndResult.h:96
std::vector< float > confidences
Confidence of the corresponding category.
Definition MMIndResult.h:98
std::vector< std::string > labelNames
Category label names.
Definition MMIndResult.h:97
Defines the information on the mask contour.
Definition MMIndResult.h:68
size_t contourNum
The number of contours.
Definition MMIndResult.h:69
std::vector< std::vector< MMindPoint > > contourPoints
Contour points.
Definition MMIndResult.h:70
Defines the information on the mask contour and the label names of the mask contours.
Definition MMIndResult.h:77
std::vector< std::string > labelNames
The label names of contours.
Definition MMIndResult.h:79
size_t contourNum
The number of contours.
Definition MMIndResult.h:78
std::vector< std::vector< MMindPoint > > contourPoints
Contour points.
Definition MMIndResult.h:80
Defines the defect segmentation and edge detection results.
Definition MMIndResult.h:87
MMindContourWithLabel mask
Contour of the segmentation result.
Definition MMIndResult.h:88
Defines the fast positioning result.
Definition MMIndResult.h:114
std::vector< MMindPoint > rotationCenterPoints
Result of the rotation center point.
Definition MMIndResult.h:116
std::vector< double > angles
Result of the rotation angle.
Definition MMIndResult.h:115
Defines the Image.
Definition MMindImage.h:43
Defines the object detection and instance segmentation result.
Definition MMIndResult.h:105
MMindContour insMask
Contour of the segmentation result.
Definition MMIndResult.h:107
std::vector< MMindBbox > bboxes
Result of the bounding box.
Definition MMIndResult.h:106
Defines the information on contour points.
Definition MMIndResult.h:45
int x
The x-coordinate of the contour point.
Definition MMIndResult.h:46
int y
The y-coordinate of the contour point.
Definition MMIndResult.h:47
Defines storing inference results.
Definition MMIndResult.h:159
std::vector< MMindDefectAndEdgeResult > defectAndEdgeResults
List of defect segmentation results.
Definition MMIndResult.h:161
std::vector< MMindUnsupSegResult > unsupSegResults
List of unsupervised segmentation results.
Definition MMIndResult.h:166
std::vector< MMindFastPositioningResult > fastPositioningResults
List of fast positioning results.
Definition MMIndResult.h:163
std::vector< MMindTextRecognitionResult > textRecognitionResults
List of text recognition results.
Definition MMIndResult.h:164
std::vector< MMindObjectAndInsResult > objecAndInsResults
List of object detection or instance segmentation results.
Definition MMIndResult.h:162
std::vector< MMindTextDetectionResult > textDetectionResults
List of text detection results.
Definition MMIndResult.h:165
std::vector< MMindClassificationResult > classificationResults
List of classification results.
Definition MMIndResult.h:160
Defines the text detection result.
Definition MMIndResult.h:132
std::vector< float > confidences
Confidences of text detection.
Definition MMIndResult.h:133
MMindContour textContour
Result of text detection.
Definition MMIndResult.h:134
Defines the text recognition result.
Definition MMIndResult.h:123
std::vector< std::string > texts
Result of text recognition.
Definition MMIndResult.h:125
std::vector< float > confidences
Confidences of text recognition.
Definition MMIndResult.h:124
Defines the unsupervised segmentation result.
Definition MMIndResult.h:141
MMindImage confidenceMat
Confidence map of the unsupervised segmentation result.
Definition MMIndResult.h:152
std::vector< Label > labels
Labels of the unsupervised segmentation result.
Definition MMIndResult.h:150
MMindContour mask
Contour of the unsupervised segmentation result.
Definition MMIndResult.h:151
Label
Defines the unsupervised segmentation label.
Definition MMIndResult.h:145
@ UNKNOWN
<There are some defects in the current image.
@ NG
<There are no defects in the current image.