This code contains the image registration methods. There are two parts. The fisrt is traditional methods, the second is cnn based method.
There are two methods, feature-based methods and domain-based method.
Feature based methods include SIFT, SURF, ORB, BRISK, AKAZE, KAZE. The matching methods include BFmatch and Flannmatch.
Domain based method includes fourier-mellin.
The details in file 'cnn-registration/README.md'.