Python OpenCV Circle Detection With HoughCircles

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

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

  • @mithunchandrasaha403
    @mithunchandrasaha403 11 месяцев назад

    Very Nice Explanation,Sir.Needs More Tutorial from You.

  • @wildreams
    @wildreams 4 года назад +4

    What happened to Jupiter?

  • @victorduarte7003
    @victorduarte7003 3 года назад +1

    Thank you for the explanation!!! I tried with a image with 12 circles and it worked very well. However when I tried with a different image didn't works. My new image has around 1830 circles and the mean radius is around 7.1. Do you know what's could be?

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

    Now I understand why it doesn't really work in real-time camera display. It is supposed to work well in a static image like in this example. 🤣

  • @ugurkaraaslan9285
    @ugurkaraaslan9285 3 года назад +3

    What is the purpose of param1 and param2? Thanks in advance.

    • @lishwark5345
      @lishwark5345 2 года назад

      you found it ?

    • @idotn8752
      @idotn8752 Год назад +3

      Param1: sensivity, higher => more accurate but less circle
      Param2: the amount of edge point required to say something is a circle

  • @jeepjr
    @jeepjr 3 года назад

    Teacher, first congratulations for the channel. I need your help, I have a simple image with a range of 5 placements where the quantity is identified, how do I identify the biggest color type red and say where the X,Y is, and if you can help me, and only for create an alert.

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

    Can you show , how its work on Camera datas

  • @pudpawat
    @pudpawat 5 лет назад +1

    any Library for this Tutorial

    • @ParwizForogh
      @ParwizForogh  5 лет назад

      yea you can use OpenCV (Open Computer Vision) library for these tutorials

  • @ParwizForogh
    @ParwizForogh  3 года назад

    You can support me on Patreon
    www.patreon.com/parwizforogh

  • @aliugur4785
    @aliugur4785 5 лет назад +1

    Thank you!