Aligning Images after matching features
Using example code provided by OpenCV I am matching features of two images. Now, I want to align the second image according to first image.
These are example images from a Matlab example.
I need guidance for aligning the two images after matching features.
add a comment