Ask Your Question
0

OpenCV Disparity map post-filtering using only one depth image

asked 2017-07-28 01:38:01 -0600

Mohammad gravatar 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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2017-07-28 01:52:34 -0600

berak gravatar image

no, sadly you cannot do this without the left/right images (it's doing own blockmatching internally)

yes, you can use it from python (assuming, you build cv2 locally with opencv_contrib)

edit flag offensive delete link more

Comments

Thanks for the answer...

Mohammad gravatar imageMohammad ( 2017-07-28 02:58:13 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-07-28 01:38:01 -0600

Seen: 994 times

Last updated: Jul 28 '17