You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
908 B

/*********版权所有C2024武汉高德红外股份有限公司***************
* Arith_GrdLockable
* init
*
* "Arith_GrdLockable.cpp""GrdLockable"
* V2.0
* MSSu
* 2015.03.16
*************************************************************************/
#ifndef __ARITH_GRD_LOCKABLE_H__
#define __ARITH_GRD_LOCKABLE_H__
#include "Arith_Common.hpp"
#include "KCF/API_KCF_Tracker.h"
class GrdLockable
{
public:
GrdLockable(/* args */);
~GrdLockable();
// 基于梯度判断
bool JudgeByGrad(GD_VIDEO_FRAME_S img, POINT32F ptLockPos, SIZE16S snLockBoxSize, FLOAT32 fTargetVar);
private:
/* data */
};
#endif