I am using python and have used anaconda to install opencv.
I am attempting to stitch three images and need to modify the stitching module for stitch function to tailor it to my need. How would I modify the opencv source code, specifically the stitching module, since it is in C++ and I only have the hpp files on my computer?