Approximate Contours and Convex Hull for Self Driving Car Collision Avoidance

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • 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 - amzn.to/2QJPqi7
    2. Introduction to Machine Learning with Python - amzn.to/37UOmxM
    3. Machine Learning: The Absolute Beginner’s Guide to Learn and Understand Machine Learning From Beginners, Intermediate, Advanced, To Expert Concepts - amzn.to/39YUVkI
    4. Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2 - amzn.to/35Nj5LI
    5. Hands-On Machine Learning with Scikit-Learn and TensorFlow - amzn.to/2NhqAE6
    6. Pattern Recognition and Machine Learning - amzn.to/2FFqSkj
    7. Deep Learning with Python - amzn.to/36KCJsV
    8. Deep Learning(Adaptive Computation and Machine Learning series) - amzn.to/30b90qR
    FOLLOW ME ON:
    Twitter: / theaiuniverse
    Facebook : / theaiuniversity
    Instagram: / theaiuniversity
    Telegram: t.me/theaiuniv...
    Tool for Keyword Research, Channel Health, Thumbnail Generation for your channel : www.Tubebuddy....
    ▶ Check out my gear on Kit: kit.co/Nitin001
    ▶ GITHUB REPO : github.com/nit...
    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 - bit.ly/2Lgnd0g
    Machine Learning Data Pre-processing & Data Wrangling using Python - bit.ly/2K6psly
    Machine Learning & Deep Learning Project - bit.ly/2L0DUwz
    Machine Learning Projects in HINDI - bit.ly/2OSX7l5
    Deep Learning Neural Network Tutorials - bit.ly/2K6e6hB
    Machine Learning & Deep Learning Bootcamp Series - bit.ly/2K4648Q
    Machine Learning using Spark MLLib - bit.ly/2QuKQGK
    Augmented Reality Free Tutorial - bit.ly/32ioysS
    Data Engineering Full Hands-on Course - bit.ly/2CsxSPz
    Hadoop, Machine & Deep Learning on Azure Cloud Tutorial Series - bit.ly/2K74l2I
    Natural Language Processing - bit.ly/2YtXQuF
    Develop Dashboard for Business Intelligence & Data Science(Plotly Dash Tutorial Series) - bit.ly/2Yu1Uen
    Data Science Tip and Tricks and Career Advice - bit.ly/2YvO6QE
    Machine Learning, Deep Learning Maths(Matrix & Vector Operations) - 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

Комментарии • 6

  • @TheAIUniversity
    @TheAIUniversity  4 года назад

    State True or False: approxPolyDP() function is NOT used to compute approximate contours

  • @AmitYadav-ig8yt
    @AmitYadav-ig8yt 4 года назад

    Thank you sir

  • @MJ-dq8om
    @MJ-dq8om 4 года назад

    what is the use of approxPloyDP() function....even without using that we can draw the contours na

  • @mizantednioc
    @mizantednioc Год назад

    How can you fill in the interior of this convex hull so you can use it as a mask?