Mech-DLK SDK C API 2.0.2
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  Bbox
 This struct defines the information on the bounding box. More...
 
struct  Contour
 This struct defines the information on the mask contour. More...
 
struct  KeyPoints
 This struct defines the information on fast positioning keypoints. 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...
 

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 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 KeyPoints KeyPoints
 This struct defines the information on fast positioning keypoints.
 
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 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.

◆ KeyPoints

typedef struct KeyPoints KeyPoints

This struct defines the information on fast positioning keypoints.

◆ ObjectAndInsResult

This struct defines the object detection and instance segmentation result.

◆ 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.