Missing python binding, stitcher API [closed]
Stitcher high level API, using Python
I want to use setExposureCompensator(), but it's missing the python binding :/ https://docs.opencv.org/master/d2/d8d...
Is there any workaround ?
yes if you need this you should read https://github.com/opencv/opencv/blob...
Thanks, I have already been trough this but it doesn't seem to cover what I want. I want to stitch pic in "SCAN" mode (not "PANORAMA") with ExposureCompensator enabled.
SCAN mode explanation:https://docs.opencv.org/m...
The tutorial you linked seems to be only for PANORAMA mode, any idea how to transform it to SCAN mode ?
Actually setting the "WARP" variable to "affine" seems to do the trick :) Thanks for your help !
it is (bottom pagehttps://docs.opencv.org/master/d8...) :