Loading...
Searching...
No Matches
- Global check_quality_batch (const CQualityEngine_t *engine, const CImage_t **images, size_t num_images, int *errors, char **msg)
- Using this function has no benefits compared to the usual
check_quality
function.
- Global detect_batch (const CDetectEngine_t *engine, const CImage_t **images, size_t num_images, int *errors, char **msg)
- Using this function has no benefits compared to the usual
detect
function.
- Global detect_only_bounding_box_batch (const CDetectEngine_t *engine, const CImage_t **images, size_t num_images, int *errors, char **msg)
- Using this function has no benefits compared to the usual
detect_only_bounding_box
function.
- Global get_license_info (char *license_info, size_t license_info_length, int *err, char *msg)
- Use @get_license_features_info
- Global pipeline_check_liveness_batch2 (const CPipeline_t *engine, const CImage_t **images, size_t num_images, const CMeta_t *meta, int *errors, char **msg)
- Using this function has no benefits compared to the usual
pipeline_check_liveness
function.