Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, I am usually working with historical images and thus having the same problems. For your problem I would try/consider the Matlab Code of RIFT. Easy to use and good results on images with the same ground truth but very strong radiometric differences (long loading times due to chinese website: http://www.escience.cn/people/lijiayuan/index.html).

Using OpenCV I got good results with the combination of ORB detector and SURF descriptor and as a second method MSER. I want to try ASIFT in the future but as far as I know it is not implemented.

Hi, I am usually working with historical images and thus having the same problems. For your problem I would try/consider the Matlab Code of RIFT. Easy to use and good results on images with the same ground truth but very strong radiometric differences (long loading times due to chinese website: http://www.escience.cn/people/lijiayuan/index.html).http://www.escience.cn/people/lijiayuan/index.html). Maybe you have to prune your images at first to the relevant area.

Using OpenCV I got good results with the combination of ORB detector and SURF descriptor and as a second method MSER. I want to try ASIFT in the future but as far as I know it is not implemented.