Approximate Contours and Convex Hull for Self Driving Car Collision Avoidance

Опубликовано: 11 Октябрь 2024
на канале: The AI University
1,205
24

This video titled "Approximate Contours and Convex Hull for Self Driving Car Collision Avoidance" explains the concept of Approximating Contours and Convex Hull that is widely used in collision avoidance for self-driving cars. It also shows a practical implementation using Python Language and OpenCV module. Hull means the exterior or the shape of the object. Therefore, the Convex Hull of a shape is a tight-fitting convex boundary around the points or the shape. A lot of contours that we encounter in real life are noisy in nature and One way to handle it would be to get all the points on the contour and then approximate it with a smooth polygon. One can approximate the contours with the help of various thresholds or accuracies,
you will see the contours changing their shapes. Threshold or accuracy
factor helps in smoothening the contour shape better. The convex hull looks at the outer edges of the shape or object and draws lines to each edge. In a way creating the smallest polygon which can fit around the shape of an object. In other words, Given a set of points in the plane. the convex hull of the set is the smallest convex polygon that contains all the points of it.

The AI University Website: www.theaiuniversity.com
Get the "The AI University" Android App on Google Playstore
------------------------------------------------------------------------------------------------------------
Join this channel to get access to perks:
   / @theaiuniversity  
------------------------------------------------------------------------------------------------------------

*****Links of Kindle & Machine Learning, Deep Learning & AI Books*****
1. Kindle 6" Display, 4GB, Wifi - https://amzn.to/2QJPqi7
2. Introduction to Machine Learning with Python - https://amzn.to/37UOmxM
3. Machine Learning: The Absolute Beginner’s Guide to Learn and Understand Machine Learning From Beginners, Intermediate, Advanced, To Expert Concepts - https://amzn.to/39YUVkI
4. Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2 - https://amzn.to/35Nj5LI
5. Hands-On Machine Learning with Scikit-Learn and TensorFlow - https://amzn.to/2NhqAE6
6. Pattern Recognition and Machine Learning - https://amzn.to/2FFqSkj
7. Deep Learning with Python - https://amzn.to/36KCJsV
8. Deep Learning(Adaptive Computation and Machine Learning series) - https://amzn.to/30b90qR


FOLLOW ME ON:
Twitter:   / theaiuniverse  
Facebook :   / theaiuniversity  
Instagram:   / theaiuniversity  
Telegram: https://t.me/theaiuniversity

Tool for Keyword Research, Channel Health, Thumbnail Generation for your channel : https://www.Tubebuddy.com/theaiuniver...

▶ Check out my gear on Kit: https://kit.co/Nitin001

▶ GITHUB REPO : https://github.com/nitinkaushik01

About this Channel:
The AI University is a channel which is on a mission to democratize the Artificial Intelligence, Big Data Hadoop and Cloud Computing education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants as well as providing advanced knowledge to the ones who already possess some of this knowledge.

Please share, comment, like and subscribe if you liked this video. If you have any specific questions then you can comment on the comment section and I'll definitely try to get back to you.

******Other AI, ML, Deep Learning, Augmented Reality related Video Series****

Deploy Machine Learning Models as Web App using Flask & Docker on Azure Cloud - http://bit.ly/2Lgnd0g

Machine Learning Data Pre-processing & Data Wrangling using Python - http://bit.ly/2K6psly

Machine Learning & Deep Learning Project - http://bit.ly/2L0DUwz

Machine Learning Projects in HINDI - http://bit.ly/2OSX7l5

Deep Learning Neural Network Tutorials - http://bit.ly/2K6e6hB

Machine Learning & Deep Learning Bootcamp Series - http://bit.ly/2K4648Q

Machine Learning using Spark MLLib - http://bit.ly/2QuKQGK

Augmented Reality Free Tutorial - http://bit.ly/32ioysS

Data Engineering Full Hands-on Course - http://bit.ly/2CsxSPz

Hadoop, Machine & Deep Learning on Azure Cloud Tutorial Series - http://bit.ly/2K74l2I

Natural Language Processing - http://bit.ly/2YtXQuF

Develop Dashboard for Business Intelligence & Data Science(Plotly Dash Tutorial Series) - http://bit.ly/2Yu1Uen

Data Science Tip and Tricks and Career Advice - http://bit.ly/2YvO6QE

Machine Learning, Deep Learning Maths(Matrix & Vector Operations) - http://bit.ly/2YxhOEZ

******************************************************************

DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.

#ConvexHull #ApproximatingContours #OpenCVProjects