Which parameters findHomography you found to give better results?
Which parameters (method and ransacReprojectionThreshold) from findHomography function you found to give better results in terms of a balance between accuracy and performance, and what is the reasoning?
*Edit:
I use RANSAC with ransacReprojectionThreshold = 4. But I am not sure if i can do better than this.