Why is the python binding not complete ?
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.
A pr is in progress and may be it will help you. "It is quite easy to use" yes but you should try yourself. Feel free to make a PR