FastDeploy
latest
Fast & Easy to Deploy!
|
#include "fastdeploy_capi/vision/result.h"
#include "fastdeploy/utils/utils.h"
#include "fastdeploy_capi/internal/types_internal.h"
void FD_C_ClassifyResultStr | ( | FD_C_ClassifyResult * | fd_c_classify_result, |
char * | str_buffer | ||
) |
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 |
FD_C_ClassifyResultWrapper* FD_C_CreateClassifyResultWrapper | ( | ) |
Create a new FD_C_ClassifyResultWrapper object.
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 |
FD_C_DetectionResultWrapper* FD_C_CreateDetectionResultWrapper | ( | ) |
Create a new FD_C_DetectionResultWrapper object.
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 |
FD_C_OCRResultWrapper* FD_C_CreateOCRResultWrapper | ( | ) |
Create a new FD_C_OCRResultWrapper object.
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 |
FD_C_SegmentationResultWrapper* FD_C_CreateSegmentationResultWrapper | ( | ) |
Create a new FD_C_SegmentationResultWrapper object.
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
void FD_C_DetectionResultStr | ( | FD_C_DetectionResult * | fd_c_detection_result, |
char * | str_buffer | ||
) |
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 |
void FD_C_OCRResultStr | ( | FD_C_OCRResult * | fd_c_ocr_result, |
char * | str_buffer | ||
) |
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 |
void FD_C_SegmentationResultStr | ( | FD_C_SegmentationResult * | fd_c_segmentation_result, |
char * | str_buffer | ||
) |
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 |