摄像头测试代码
在main.c文件中img_processing();函数里pts_left和pts_right两个数组储存边线坐标
This commit is contained in:
14
app/gl_transform_table.h
Normal file
14
app/gl_transform_table.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef TRANSFORM_TABLE_H_
|
||||
#define TRANSFORM_TABLE_H_
|
||||
|
||||
#include "zf_common_headfile.h"
|
||||
|
||||
|
||||
extern const float UndistInverseMapH[90][140] ;
|
||||
extern const float UndistInverseMapW[90][140] ;
|
||||
void transform(float X, float Y, int* x, int* y);
|
||||
|
||||
|
||||
#endif /* TRANSFORM_TABLE_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user