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
55 stars 102 forks source link

#220 Added AI 3D Object Reconstruction Python Script #222

Closed Satyabrat2005 closed 1 month ago

Satyabrat2005 commented 1 month ago

This commit adds the Python script implementing the AI 3D Construction solution as described in issue

Related Issue

[#216 ]

Closes #216

Description

This pull request adds a Python script for the AI 3D Construction project. The script includes functionality to 3D object reconstruction using stereo vision, the black and white colors in a disparity map . It aims to solve the issue raised in #220 by implementing a robust AI solution.

White (or lighter areas):

Represents objects that are closer to the camera.

The brighter the area, the closer the object or surface in that part of the scene.

Black (or darker areas):

Represents objects that are farther away from the camera.

The darker the area, the farther the object or surface is.

Type of PR

Screenshots / videos

Screenshot 2024-10-17 213410

Checklist:

Additional context:

This AI 3D Construction script uses advanced algorithms to simulate and predict :-

Depth Information: The disparity map provides information about the relative depth of objects in the scene. Brighter areas are close, while darker areas are far.

3D Scene Understanding: You can interpret the structure of the scene from this map, as it shows how different objects are positioned in relation to the camera.

Aryan-Chharia commented 1 month ago

@Satyabrat2005 Add the correct issue number in the PR description. #220 is closed. You have another assigned issue. Check that

Aryan-Chharia commented 1 month ago

216 is the issue. Dont close this issue on your own

Satyabrat2005 commented 1 month ago

216 is the issue. Dont close this issue on your own

sure sir

Aryan-Chharia commented 1 month ago

@Satyabrat2005 add a readme file and a methodology file explaining what your project is all about and what is the method you used and explanation of that method

Satyabrat2005 commented 1 month ago

@Satyabrat2005 add a readme file and a methodology file explaining what your project is all about and what is the method you used and explanation of that method

sure sir

Satyabrat2005 commented 1 month ago

@Satyabrat2005 add a readme file and a methodology file explaining what your project is all about and what is the method you used and explanation of that method

sir do i need to write methodology file as I have explain everythin in README.md file