图像尺寸改变

元素测试完成,图像改为80,140
This commit is contained in:
Glz
2024-01-13 18:20:39 +08:00
parent a933b59a6c
commit 39ad54586a
16 changed files with 518 additions and 305 deletions

View File

@@ -4,8 +4,8 @@
#include "zf_common_headfile.h"
extern const float InverseMapH[120][188] ;
extern const float InverseMapW[120][188] ;
extern const float InverseMapH[80][140] ;
extern const float InverseMapW[80][140] ;
void transform(float X, float Y, int* x, int* y);