分辨率更新

This commit is contained in:
Glz
2024-03-08 19:58:36 +08:00
parent 690401acf1
commit aa69134eb7
9 changed files with 208 additions and 268 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[90][140] ;
extern const float InverseMapW[90][140] ;
void transform(float X, float Y, int* x, int* y);