📄 registration.h
字号:
#include "resample.h"
#include "correlation.h"
extern void cc_registration(unsigned char* input_img,unsigned char* refer_img,
long img_width,long img_height,
double angleScope_L,double angleScope_R,
double angle_delta,double xScope_L,double xScope_R,
double yScope_L,double yScope_R,double xy_delta,
double* angle_center,double* x_center,double* y_center);
extern void dd_registration(double* input_img,double* refer_img,
long img_width,long img_height,
double angleScope_L,double angleScope_R,
double angle_delta,double xScope_L,double xScope_R,
double yScope_L,double yScope_R,double xy_delta,
double* angle_center,double* x_center,double* y_center);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -