feat: 新增边线显示控件(未测试)
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
|
||||
#include "zf_common_headfile.h"
|
||||
|
||||
typedef signed int sint32;
|
||||
|
||||
void img_processing(void);
|
||||
void SearchLineAdaptive_Left(uint8 img_gray[], sint32 block_size, sint32 down_value, sint32 h, sint32 w, sint32 pts[][2], sint32* line_num);
|
||||
void SearchLineAdaptive_Right(uint8 img_gray[], sint32 block_size, sint32 down_value, sint32 h, sint32 w, sint32 pts[][2], sint32* line_num);
|
||||
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_ */
|
||||
|
||||
Reference in New Issue
Block a user