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 Fields
ObjectAndInsResult Struct Reference

This struct defines the object detection and instance segmentation result. More...

#include <dl_result.h>

Data Fields

Bbox bbox
 Result of the bounding box.
 
Contour insMaskContour
 Contour of the segmentation result.
 
ResultRestoreInfo restoreInfo
 Information required for result restoration.
 

Detailed Description

This struct defines the object detection and instance segmentation result.

Field Documentation

◆ bbox

Bbox ObjectAndInsResult::bbox

Result of the bounding box.

◆ insMaskContour

Contour ObjectAndInsResult::insMaskContour

Contour of the segmentation result.

◆ restoreInfo

ResultRestoreInfo ObjectAndInsResult::restoreInfo

Information required for result restoration.


The documentation for this struct was generated from the following file: