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

Added Self Driving Car Project | Issue #266 #290

Closed tanishqkolhatkar93 closed 1 month ago

tanishqkolhatkar93 commented 1 month ago

Related Issue

NOTE: Kindly write in the following format -

Closes #266

Description

Self driving car using Opencv. It will detect the lanes of the highway to avoid the collapsing of cars with each other .In this we used canny edge detection algorithm. This project simulates a self-driving car using computer vision and basic AI algorithms. OpenCV processes visual data, enabling the car to navigate autonomously within a controlled environment.

Type of PR

Screenshots / videos (if applicable)

[Attach any relevant screenshots or videos demonstrating the changes] findingLanes

cannyEdgeDetection

Checklist:

Additional context:

[Include any additional information or context that might be helpful for reviewers.]

tanishqkolhatkar93 commented 1 month ago

@Aryan-Chharia Please review and merge this Pull Request