Ask Your Question
0

can't find QuasiDenseStereo in opencv_contrib_python

asked 2020-09-23 05:05:08 -0600

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!

  1. List item
edit retag flag offensive close merge delete

Comments

btw, digging through this, i find it weird, that it does not exist in the 3.4 branch, only on master ?!?!

berak gravatar imageberak ( 2020-09-23 08:20:29 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-09-23 05:57:04 -0600

berak gravatar image

it's not your fault, currently no code from the (contrib) stereo module is wrapped to python or java.

it's probably just an omission (extra work), there is no visible reason, why it should not be available from python.

since you 're already building from src, -- what about trying to add them ?

(and maybe even contribute your effort later !)

have a look here and good luck !

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-09-23 05:05:08 -0600

Seen: 286 times

Last updated: Sep 23 '20