BlinkID C SDK version 5.16.0
ImageAnalysisDetectionStatus.h
Go to the documentation of this file.
1
13#ifndef IMAGE_ANALYSIS_DETECTION_STATUS_H_INCLUDED
14#define IMAGE_ANALYSIS_DETECTION_STATUS_H_INCLUDED
15
16#include <Recognizer/Export.h>
17
22{
25
28
29 /* Detected on input image */
30 MB_IMAGE_ANALYSIS_DETECTION_STATUS_DETECTED
31};
32
37
38#endif
MBImageAnalysisDetectionStatus
Definition: ImageAnalysisDetectionStatus.h:22
@ MB_IMAGE_ANALYSIS_DETECTION_STATUS_NOT_AVAILABLE
Definition: ImageAnalysisDetectionStatus.h:24
@ MB_IMAGE_ANALYSIS_DETECTION_STATUS_NOT_DETECTED
Definition: ImageAnalysisDetectionStatus.h:27