ss928_framework/ss928sdk/include/ss_mpi_mcf_calibration.h
2024-12-16 13:31:45 +08:00

21 lines
504 B
C
Executable File

/*
Copyright (c), 2001-2022, Shenshu Tech. Co., Ltd.
*/
#ifndef __SS_MPI_MCF_CALIBRATION_H__
#define __SS_MPI_MCF_CALIBRATION_H__
#include "ot_common_mcf_calibration.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
td_s32 ss_mpi_mcf_calibration(const ot_video_frame *pic_in_match, const ot_video_frame *pic_in_refer,
ot_mcf_calibration_mode mode, ot_mcf_feature_info *feature_info, ot_mcf_calibration *calibration_info);
#ifdef __cplusplus
}
#endif /* end of __cplusplus */
#endif