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