OpenCV Python Tutorial For Beginners 37 - Detect Corners with Harris Corner Detector in OpenCV

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 18

  • @tristanle6687
    @tristanle6687 4 роки тому +5

    Appreciate your effort making this video, but you're just basically reading off of the tutorial on opencv.readthedocs. It'd be nice if you explain more, like the what does each expression represent and why

    • @HM-cw8im
      @HM-cw8im 4 роки тому

      Thar's true. He would explain each and every point in detail in the first 20-25 videos, but after that he is just reading off the code.

  • @fernandosaraiva672
    @fernandosaraiva672 4 роки тому +9

    Can anyone explain me the part "img[dst >0.01*dst.max()] please ?

    • @manhnguyenminh9730
      @manhnguyenminh9730 3 роки тому +1

      it's the threshold part of Harris Corner Detection Algorithm. If the pixel value in our result from the method cornerHarris() is greater than 0.01 * max pixel value in result matrix, this is the interested point of the corner

  • @jyetremlett3071
    @jyetremlett3071 3 роки тому

    what a great video thanks so much

  • @ayandamaquthu7914
    @ayandamaquthu7914 4 роки тому

    man you always come through for us students. thank you for the simplest and clearest explanation

  • @harsh_dn
    @harsh_dn 3 роки тому

    Only few blocks out of 64 is being shown in enlarged way.
    Any help?

  • @ErdosainNueve
    @ErdosainNueve 3 роки тому

    Hi. Can I use this for trying to get a chessboard? Or there is something better? Thanks

  • @mohammedinam4324
    @mohammedinam4324 3 роки тому

    Please clarify
    consider the same checkerboard image...................I have grey image size = (630,630).
    I want to draw a circle on each black boxes.
    if I resize the image further to size 200X200. that predefined circle becomes big.
    how should I fit the circle even after the image is resized?
    please help me???

  • @amitupadhyay6511
    @amitupadhyay6511 4 роки тому

    k, how to get the co ordinates of these detected corners?

  • @erikazurita7152
    @erikazurita7152 4 роки тому

    Thank you, but there is something that I don't understand very well, in one exercise I am asked to estimate the covariance matrix using block sizes between 2 and 5, what parameters should I change?

    • @louiscasen9676
      @louiscasen9676 3 роки тому

      pro trick: you can watch movies at Flixzone. I've been using it for watching a lot of movies during the lockdown.

    • @lachlanroberto5160
      @lachlanroberto5160 3 роки тому

      @Louis Casen yea, I've been using Flixzone for since november myself :)

  • @JavaAidTutorials
    @JavaAidTutorials 5 років тому

    Good one...

  • @mohammedzeeshan7277
    @mohammedzeeshan7277 5 років тому

    Thank you : )

  • @shashanksharmadon4295
    @shashanksharmadon4295 4 роки тому

    thanks bro.......

  • @AniketKumar-bm8gi
    @AniketKumar-bm8gi 5 років тому

    Nice

  • @it4genius171
    @it4genius171 5 років тому +4

    Me 1st viewer