I am trying to automate a form scanner and align new images of the same printed form. I'm using the orb descriptors of the correctly aligned form and matching it (with hamming distance) against the new images, which works decently. But, how could I, given several images of the correct form, extract the most consistent and best features for alignment to use with new images?
Thank you!