OpenCV contains one image stitching module. The pipeline is followed
There is one step named Resize. As I understand, the step is added in order to reduce computation because feature detection for one big image may need a lot of time. However, the homography calculated from one pair of two smaller images can't apply to the original images. Any help is appreciated.