geekquad / Pixel-Processing

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
https://discord.gg/Bvw8NR9VnM
MIT License
127 stars 95 forks source link

Fixes Issue #226: Creating UV Disparity maps #383

Closed Aparna-Sakshi closed 3 years ago

Aparna-Sakshi commented 3 years ago

In this PR a UV Disparity maps have been explained in detail.
Code has been written to find U and V disparity maps given the depth map. Here is the link to the issue:

226

@geekquad could please have a look at the pr. I am GSSOC'21 participant.

Aparna-Sakshi commented 3 years ago

Thanks a lot, @geekquad.