Mech-DLK SDK C API 2.1.0
C API reference documentation for secondary development with Mech-DLK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
Data Structures | Typedefs
dl_result.h File Reference
#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  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 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 Documentation

◆ Bbox

typedef struct Bbox Bbox

This struct defines the information on the bounding box.

◆ ClassificationResult

This struct defines the classification result.

◆ Contour

typedef struct Contour Contour

This struct defines the information on the mask contour.

◆ DefectAndEdgeResult

This struct defines the defect segmentation and edge detection result.

◆ FastPositioningResult

This struct defines the fast positioning result.

◆ ObjectAndInsResult

This struct defines the object detection and instance segmentation result.

◆ Point

typedef struct Point Point

This struct defines the information on contour points.

◆ Position

typedef struct Position Position

This struct defines that the position of the result is relative to the upper-left corner of the original image.

◆ ResultRestoreInfo

This struct defines the information required to recover the result to the original image.

◆ TextDetectionResult

This struct defines the text detection result.

◆ TextRecognitionResult

This struct defines the text recognition result.

◆ UnsupSegResult

This struct defines the unsupervised segmentation result.