FastDeploy
latest
Fast & Easy to Deploy!
|
Go to the source code of this file.
Data Structures | |
struct | FD_C_ClassifyResult |
struct | FD_C_OneDimClassifyResult |
struct | FD_C_Mask |
struct | FD_C_OneDimMask |
struct | FD_C_DetectionResult |
struct | FD_C_OneDimDetectionResult |
struct | FD_C_OCRResult |
struct | FD_C_OneDimOCRResult |
struct | FD_C_SegmentationResult |
struct | FD_C_OneDimSegmentationResult |
Typedefs | |
typedef struct FD_C_ClassifyResultWrapper | FD_C_ClassifyResultWrapper |
typedef struct FD_C_DetectionResultWrapper | FD_C_DetectionResultWrapper |
typedef struct FD_C_OCRResultWrapper | FD_C_OCRResultWrapper |
typedef struct FD_C_SegmentationResultWrapper | FD_C_SegmentationResultWrapper |
typedef struct FD_C_ClassifyResult | FD_C_ClassifyResult |
typedef struct FD_C_OneDimClassifyResult | FD_C_OneDimClassifyResult |
typedef struct FD_C_Mask | FD_C_Mask |
typedef struct FD_C_OneDimMask | FD_C_OneDimMask |
typedef struct FD_C_DetectionResult | FD_C_DetectionResult |
typedef struct FD_C_OneDimDetectionResult | FD_C_OneDimDetectionResult |
typedef struct FD_C_OCRResult | FD_C_OCRResult |
typedef struct FD_C_OneDimOCRResult | FD_C_OneDimOCRResult |
typedef struct FD_C_SegmentationResult | FD_C_SegmentationResult |
typedef struct FD_C_OneDimSegmentationResult | FD_C_OneDimSegmentationResult |
typedef struct FD_C_ClassifyResult FD_C_ClassifyResult |
typedef struct FD_C_ClassifyResultWrapper FD_C_ClassifyResultWrapper |
typedef struct FD_C_DetectionResult FD_C_DetectionResult |
typedef struct FD_C_DetectionResultWrapper FD_C_DetectionResultWrapper |
typedef struct FD_C_OCRResult FD_C_OCRResult |
typedef struct FD_C_OCRResultWrapper FD_C_OCRResultWrapper |
typedef struct FD_C_OneDimClassifyResult FD_C_OneDimClassifyResult |
typedef struct FD_C_OneDimDetectionResult FD_C_OneDimDetectionResult |
typedef struct FD_C_OneDimMask FD_C_OneDimMask |
typedef struct FD_C_OneDimOCRResult FD_C_OneDimOCRResult |
typedef struct FD_C_OneDimSegmentationResult FD_C_OneDimSegmentationResult |
typedef struct FD_C_SegmentationResult FD_C_SegmentationResult |
typedef struct FD_C_SegmentationResultWrapper FD_C_SegmentationResultWrapper |
FASTDEPLOY_CAPI_EXPORT __fd_give void FD_C_ClassifyResultStr | ( | __fd_keep FD_C_ClassifyResult * | fd_c_classify_result, |
char * | str_buffer | ||
) |
Print ClassifyResult formated information.
[in] | fd_c_classify_result | pointer to FD_C_ClassifyResult object |
[out] | str_buffer | used to store string |
FASTDEPLOY_CAPI_EXPORT __fd_give void FD_C_ClassifyResultWrapperToCResult | ( | __fd_keep FD_C_ClassifyResultWrapper * | fd_c_classify_result_wrapper, |
__fd_keep FD_C_ClassifyResult * | fd_c_classify_result | ||
) |
Get a FD_C_ClassifyResult object from FD_C_ClassifyResultWrapper object.
[in] | fd_c_classify_result_wrapper | pointer to FD_C_ClassifyResultWrapper object |
[out] | fd_c_classify_result | pointer to FD_C_ClassifyResult object used to store data |
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_ClassifyResultWrapper* FD_C_CreateClassifyResultWrapper | ( | ) |
Create a new FD_C_ClassifyResultWrapper object.
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_ClassifyResultWrapper* FD_C_CreateClassifyResultWrapperFromCResult | ( | __fd_keep FD_C_ClassifyResult * | fd_c_classify_result | ) |
Create a new FD_C_ClassifyResultWrapper object from FD_C_ClassifyResult object.
[in] | fd_c_classify_result | pointer to FD_C_ClassifyResult object |
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_DetectionResultWrapper* FD_C_CreateDetectionResultWrapper | ( | ) |
Create a new FD_C_DetectionResultWrapper object.
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_DetectionResultWrapper* FD_C_CreateDetectionResultWrapperFromCResult | ( | __fd_keep FD_C_DetectionResult * | fd_c_detection_result | ) |
Create a new FD_C_DetectionResultWrapper object from FD_C_DetectionResult object.
[in] | fd_c_detection_result | pointer to FD_C_DetectionResult object |
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_OCRResultWrapper* FD_C_CreateOCRResultWrapper | ( | ) |
Create a new FD_C_OCRResultWrapper object.
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_OCRResultWrapper* FD_C_CreateOCRResultWrapperFromCResult | ( | __fd_keep FD_C_OCRResult * | fd_c_ocr_result | ) |
Create a new FD_C_OCRResultWrapper object from FD_C_OCRResult object.
[in] | fd_c_ocr_result | pointer to FD_C_OCRResult object |
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_SegmentationResultWrapper* FD_C_CreateSegmentationResultWrapper | ( | ) |
Create a new FD_C_SegmentationResultWrapper object.
FASTDEPLOY_CAPI_EXPORT __fd_give FD_C_SegmentationResultWrapper* FD_C_CreateSegmentationResultWrapperFromCResult | ( | __fd_keep FD_C_SegmentationResult * | fd_c_segmentation_result | ) |
Create a new FD_C_SegmentationResultWrapper object from FD_C_SegmentationResult object.
[in] | fd_c_segmentation_result | pointer to FD_C_SegmentationResult object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroyClassifyResult | ( | __fd_take FD_C_ClassifyResult * | fd_c_classify_result | ) |
Destroy a FD_C_ClassifyResult object.
[in] | fd_c_classify_result | pointer to FD_C_ClassifyResult object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroyClassifyResultWrapper | ( | __fd_take FD_C_ClassifyResultWrapper * | fd_c_classify_result_wrapper | ) |
Destroy a FD_C_ClassifyResultWrapper object.
[in] | fd_c_classify_result_wrapper | pointer to FD_C_ClassifyResultWrapper object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroyDetectionResult | ( | __fd_take FD_C_DetectionResult * | fd_c_detection_result | ) |
Destroy a FD_C_DetectionResult object.
[in] | fd_c_detection_result | pointer to FD_C_DetectionResult object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroyDetectionResultWrapper | ( | __fd_take FD_C_DetectionResultWrapper * | fd_c_detection_result_wrapper | ) |
Destroy a FD_C_DetectionResultWrapper object.
[in] | fd_c_detection_result_wrapper | pointer to FD_C_DetectionResultWrapper object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroyOCRResult | ( | __fd_take FD_C_OCRResult * | fd_c_ocr_result | ) |
Destroy a FD_C_OCRResult object.
[in] | fd_c_ocr_result | pointer to FD_C_OCRResult object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroyOCRResultWrapper | ( | __fd_take FD_C_OCRResultWrapper * | fd_c_ocr_result_wrapper | ) |
Destroy a FD_C_OCRResultWrapper object.
[in] | fd_c_ocr_result_wrapper | pointer to FD_C_OCRResultWrapper object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroySegmentationResult | ( | __fd_take FD_C_SegmentationResult * | fd_c_segmentation_result | ) |
Destroy a FD_C_SegmentationResult object.
[in] | fd_c_segmentation_result | pointer to FD_C_SegmentationResult object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DestroySegmentationResultWrapper | ( | __fd_take FD_C_SegmentationResultWrapper * | fd_c_segmentation_result_wrapper | ) |
Destroy a FD_C_SegmentationResultWrapper object.
[in] | fd_c_segmentation_result_wrapper | pointer to FD_C_SegmentationResultWrapper object |
FASTDEPLOY_CAPI_EXPORT void FD_C_DetectionResultStr | ( | __fd_keep FD_C_DetectionResult * | fd_c_detection_result, |
char * | str_buffer | ||
) |
Print DetectionResult formated information.
[in] | fd_c_detection_result | pointer to FD_C_DetectionResult object |
[out] | str_buffer | used to store string |
FASTDEPLOY_CAPI_EXPORT __fd_give void FD_C_DetectionResultWrapperToCResult | ( | __fd_keep FD_C_DetectionResultWrapper * | fd_c_detection_result_wrapper, |
__fd_keep FD_C_DetectionResult * | fd_c_detection_result | ||
) |
Get a FD_C_DetectionResult object from FD_C_DetectionResultWrapper object.
[in] | fd_c_detection_result_wrapper | pointer to FD_C_DetectionResultWrapper object |
[out] | fd_c_detection_result | pointer to FD_C_DetectionResult object used to store data |
FASTDEPLOY_CAPI_EXPORT void FD_C_OCRResultStr | ( | __fd_keep FD_C_OCRResult * | fd_c_ocr_result, |
char * | str_buffer | ||
) |
Print OCRResult formated information.
[in] | fd_c_ocr_result | pointer to FD_C_OCRResult object |
[out] | str_buffer | used to store string |
FASTDEPLOY_CAPI_EXPORT __fd_give void FD_C_OCRResultWrapperToCResult | ( | __fd_keep FD_C_OCRResultWrapper * | fd_c_ocr_result_wrapper, |
__fd_keep FD_C_OCRResult * | fd_c_ocr_result | ||
) |
Get a FD_C_OCRResult object from FD_C_OCRResultWrapper object.
[in] | fd_c_ocr_result_wrapper | pointer to FD_C_OCRResultWrapper object |
[out] | fd_c_ocr_result | pointer to FD_C_OCRResult object used to store data |
FASTDEPLOY_CAPI_EXPORT __fd_give void FD_C_SegmentationResultStr | ( | __fd_keep FD_C_SegmentationResult * | fd_c_segmentation_result, |
char * | str_buffer | ||
) |
Print SegmentationResult formated information.
[in] | fd_c_segmentation_result | pointer to FD_C_SegmentationResult object |
[out] | str_buffer | used to store string |
FASTDEPLOY_CAPI_EXPORT __fd_give void FD_C_SegmentationResultWrapperToCResult | ( | __fd_keep FD_C_SegmentationResultWrapper * | fd_c_segmentation_result_wrapper, |
__fd_keep FD_C_SegmentationResult * | fd_c_segmentation_result | ||
) |
Get a FD_C_SegmentationResult object from FD_C_SegmentationResultWrapper object.
[in] | fd_c_segmentation_result_wrapper | pointer to FD_C_SegmentationResultWrapper object |
[out] | fd_c_segmentation_result | pointer to FD_C_SegmentationResult object used to store data |