We get features from sift algorithm and then match by ransac method. is it complex and repeat?
How about this processing if we get the points?
In an image, we select three points to combine a triangle, calculate two internal angles, then find three points to combine a triangle in another image, to see if they are similar by comparing their angles.
Is this simple and fast to get H matrix and match? I think it is.