Liangliang's Blog

[Paper] A New Translation Matching Method Based on Autocorrelated Normalized Cross-Power Spectrum

license

This repository includes two test scripts, the code of the methods evaluated in the manuscript, and a sub-image of the HongKong dataset. It should be noted that all files were written in MATLAB R2020a.

Fulltext of the paper can be found here.

Test scripts

Usage of ANCPS_itr.m

The file ANCPS_itr.m locates in the methods folder, which includes the function of the proposed method in the manuscript.

offset = ANCPS_itr(im1, im2, num)

Input

Output

BibTex

@article{zhu2021a,
	author = {Zhu, Liangliang and Geng, Xiurui},
	journal = {IEEE Transactions on Geoscience and Remote Sensing},
	number = {8},
	year = {2021},
	pages = {6956--6968},
	publisher = {IEEE},
	title = {A {New} {Translation} {Matching} {Method} {Based} on {Autocorrelated} {Normalized} {Cross}-{Power} {Spectrum}},
	volume = {59},
}