Skip to content

Instantly share code, notes, and snippets.

@andijakl
Last active April 20, 2022 07:26
Embed
What would you like to do?
Code to show a colored version of the (non-normalized) disparity map. Full article for context and remaining code: https://www.andreasjakl.com/how-to-apply-stereo-matching-to-generate-depth-maps-part-3
plt.imshow(disparity_SGBM, cmap='plasma')
plt.colorbar()
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment