Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it's still there, just ...

>>> help(cv2.StereoBM_create)

StereoBM_create(...)
    StereoBM_create([, numDisparities[, blockSize]]) -> retval

(if you want to see the methods, use:)

>>> help(cv2.StereoBM_create()) # make an instance

also, please prefer latest docs