First time here? Check out the FAQ!

Ask Your Question
0

OpenCV Disparity map post-filtering using only one depth image

asked Jul 28 '17

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
2

answered Jul 28 '17

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)

Preview: (hide)

Comments

Thanks for the answer...

Mohammad gravatar imageMohammad (Jul 28 '17)edit

Question Tools

1 follower

Stats

Asked: Jul 28 '17

Seen: 1,117 times

Last updated: Jul 28 '17