|
Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
|
#include "dl_definition.h"Go to the source code of this file.
Data Structures | |
| struct | Position |
| This struct defines that the position of the result is relative to the upper-left corner of the original image. More... | |
| struct | Point |
| This struct defines the information on contour points. More... | |
| struct | Bbox |
| This struct defines the information on the bounding box. More... | |
| struct | Contour |
| This struct defines the information on the mask contour. More... | |
| struct | StringArray |
| This struct defines the data format for storing multiple strings. More... | |
| struct | ContourWithLabel |
| This struct defines the information on the mask contour and the label names of the mask contours. More... | |
| struct | ResultRestoreInfo |
| This struct defines the information required to recover the result to the original image. More... | |
| struct | ClassificationResult |
| This struct defines the classification result. More... | |
| struct | DefectAndEdgeResult |
| This struct defines the defect segmentation and edge detection result. More... | |
| struct | ObjectAndInsResult |
| This struct defines the object detection and instance segmentation result. More... | |
| struct | FastPositioningResult |
| This struct defines the fast positioning result. More... | |
| struct | TextRecognitionResult |
| This struct defines the text recognition result. More... | |
| struct | TextDetectionResult |
| This struct defines the text detection result. More... | |
| struct | UnsupSegResult |
| This struct defines the unsupervised segmentation result. More... | |
Typedefs | |
| typedef struct Position | Position |
| This struct defines that the position of the result is relative to the upper-left corner of the original image. | |
| typedef struct Point | Point |
| This struct defines the information on contour points. | |
| typedef struct Bbox | Bbox |
| This struct defines the information on the bounding box. | |
| typedef struct Contour | Contour |
| This struct defines the information on the mask contour. | |
| typedef struct ContourWithLabel | ContourWithLabel |
| This struct defines the information on the mask contour and the label names of the mask contours. | |
| typedef struct ResultRestoreInfo | ResultRestoreInfo |
| This struct defines the information required to recover the result to the original image. | |
| typedef struct ClassificationResult | ClassificationResult |
| This struct defines the classification result. | |
| typedef struct DefectAndEdgeResult | DefectAndEdgeResult |
| This struct defines the defect segmentation and edge detection result. | |
| typedef struct ObjectAndInsResult | ObjectAndInsResult |
| This struct defines the object detection and instance segmentation result. | |
| typedef struct FastPositioningResult | FastPositioningResult |
| This struct defines the fast positioning result. | |
| typedef struct TextRecognitionResult | TextRecognitionResult |
| This struct defines the text recognition result. | |
| typedef struct TextDetectionResult | TextDetectionResult |
| This struct defines the text detection result. | |
| typedef struct UnsupSegResult | UnsupSegResult |
| This struct defines the unsupervised segmentation result. | |
| typedef struct ClassificationResult ClassificationResult |
This struct defines the classification result.
| typedef struct ContourWithLabel ContourWithLabel |
This struct defines the information on the mask contour and the label names of the mask contours.
| typedef struct DefectAndEdgeResult DefectAndEdgeResult |
This struct defines the defect segmentation and edge detection result.
| typedef struct FastPositioningResult FastPositioningResult |
This struct defines the fast positioning result.
| typedef struct ObjectAndInsResult ObjectAndInsResult |
This struct defines the object detection and instance segmentation result.
This struct defines that the position of the result is relative to the upper-left corner of the original image.
| typedef struct ResultRestoreInfo ResultRestoreInfo |
This struct defines the information required to recover the result to the original image.
| typedef struct TextDetectionResult TextDetectionResult |
This struct defines the text detection result.
| typedef struct TextRecognitionResult TextRecognitionResult |
This struct defines the text recognition result.
| typedef struct UnsupSegResult UnsupSegResult |
This struct defines the unsupervised segmentation result.