Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you can use block-matching, (StereoBM, StereoSGBM), to generate a disparity(depth) image. from there, you can project your image pixels to 3d (e.g. using the Q matrix from the stereoRectify())

there's a sample here