Hi OpenCV community,
Could I ask what is the difference between cv.homographyBasedEstimator.apply() and cv.findHomography()? I find that findHomography produces a ‘better’ matrix to stitch images together (despite differences in rotation and scale). I am trying to convert the stitching_detail.py file into one that accomodates findHomography instead, however findHomography does not have a pairwise matching utility iirc.