Search code examples
matlabimage-processingcomputer-visiondistanceangle

Comparing cross point between 2 images in MATLAB


I took 2 images with a cross point and now I'm trying to compare these 2 images and find out what is the distance and angle moved. How can I use MATLAB to do this? Thank you very much!

Pic3 Pic2


Solution

  • Aligning two images of the same scene is called image registration. If you have access to the Image Processing Toolbox, you can find there a number of functions to help you.

    Take a look at these image registration demos.