Hi everyone,
It's very possible I'm overlooking something, but I can't seem to find the Quasi Dense Stereo implementation in opencv_contrib for python. It's part of the stereo
module in contrib.
Using python3.6 on 64-bit linux, just recompiled the whl file to make sure that quasi_dense_stereo.{cpp,hpp} are getting processed, which it is.
But I can't find it in the python module. I've made sure the import cv2
picks the correct version, the one that I just compiled, but there's no QuasiDenseStereo class anywhere in the module.
Any thoughts? Thanks!
- List item