Files
QDAC-firmware/app/gl_img_process.h

11 lines
423 B
C
Raw Normal View History

#ifndef IMG_PROCESS
#define IMG_PROCESS
#include "zf_common_headfile.h"
void img_processing(void);
void SearchLineAdaptive_Left(uint8_t img_gray[], int32_t block_size, int32_t down_value, int32_t h, int32_t w, int32_t pts[][2], int32_t* line_num);
void SearchLineAdaptive_Right(uint8_t img_gray[], int32_t block_size, int32_t down_value, int32_t h, int32_t w, int32_t pts[][2], int32_t* line_num);
#endif /* STATE_H_ */