Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
52 stars 101 forks source link

ADD RATIOS IN THE DISPARITY MAP FOR MNORE PRECISE CONSTRUCTIONS #257

Closed aryash45 closed 1 month ago

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Abhiiesante commented 1 month ago

we can address this using normalization or refining. Can you please assign this issue to me under 𝗚𝗦𝗦𝗼𝗖 '𝟮𝟰 𝗘𝘅𝘁𝗲𝗻𝗱𝗲𝗱, Hacktoberfest-accepted

aryash45 commented 1 month ago

how can issue this please tell me i am just a beginner

Abhiiesante commented 1 month ago

You can compute ratios of disparity based on the focal length and baseline (distance between the two cameras). or after calculating the initial disparity at the pixel level, interpolation techniques (such as bilinear interpolation) can be applied to estimate disparity at subpixel precision.

aryash45 commented 1 month ago

OH RIGHT THANKS

aryash45 commented 1 month ago

hey @Aryan-Chharia can you please assign this issue to @Abhiiesante as i am not able to do it

aryash45 commented 1 month ago

thank you so much