Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Matching: Split x and y disparity

Hello everyone,

I have a 3D image and I want to mark some pixels on the left image (to outline an object) and then find it programmatically on the right image. So I thought about creating a disparity map and just adding the corresponding values to my pixels' coordinates.

So far, I ran the SBM_Sample.cpp and it works fine, but I need the disparity to be separated in x and y directions. Is there an algorithm that does this for me?

Cheers

Alex