Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV Disparity map post-filtering using only one depth image

OpenCV has a tutorial on post-filtering disparity maps here but it needs the left and right images to function properly. Is there a way to do this using only one depth image which we have acquired beforehand?

From this:

enter image description here

To This:

enter image description here

Using C++ is not a problem but I'd appreciate it if there was a way to do this in Python...

Thanks