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.
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
[ ] Bug fix
[ ] Feature enhancement
[X] Documentation update
[ ] Other (specify): ___
Screenshots / videos (if applicable)
[Attach any relevant screenshots or videos demonstrating the changes]
Checklist:
[X] I have performed a self-review of my code
[X] I have read and followed the Contribution Guidelines.
[X] I have tested the changes thoroughly before submitting this pull request.
[X] I have provided relevant issue numbers, screenshots, and videos after making the changes.
[X] I have commented my code, particularly in hard-to-understand areas.
Additional context:
[Include any additional information or context that might be helpful for reviewers.]
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]
Checklist:
Additional context:
[Include any additional information or context that might be helpful for reviewers.]