LightSpot.h
919 字节
/**
********************************************************************
* @file LightSpot.h
* LightSpot的头文件
*
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef LIGHT_SPOT_H
#define LIGHT_SPOT_H
/* Includes ------------------------------------------------------------------*/
#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
int center_GetY(unsigned char* frame_data, int width, int height);
#ifdef __cplusplus
}
#endif
#endif