registration.h

来自「基于小波的图像配准」· C头文件 代码 · 共 16 行

H
16
字号
#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 + =
减小字号Ctrl + -
显示快捷键?