I cannot find the Python bindings for the cv::stereo::QuasiDenseStereo. I am using version 4.4.0
. Are Python bindings not created for this stereo method?
looks like they refactored a module into three separate ones, and nobody made sure that it’s formatted for python bindings generation. the docs also look rather bare.
you should open an issue on github about this.
(this forum uses markdown syntax. OpenCV identifiers can’t be linked to their docs “trivially”, only via explicit hyperlink)
as of now, there are no python (or java) bindings for the whole stereo module.
maybe you want to try to add those locally, and contribute your work ?