Is there any reason why some functions or classes are not available in the python binding of OpenCV ?
This page in the documentation indicates how to export elements for python, and it is quite easy to use.
For example, the high-level cv2.Stitcher
class is not very tunable, because the ExposureCompensator
cannot be selected, or the stitch
function does not exist with ROIs parameters.