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

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 18

  • @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

  • @JavaAidTutorials
    @JavaAidTutorials 5 ปีที่แล้ว

    Good one...

  • @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

  • @shashanksharmadon4295
    @shashanksharmadon4295 4 ปีที่แล้ว

    thanks bro.......

  • @AniketKumar-bm8gi
    @AniketKumar-bm8gi 5 ปีที่แล้ว

    Nice

  • @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.

  • @mohammedzeeshan7277
    @mohammedzeeshan7277 5 ปีที่แล้ว

    Thank you : )

  • @amitupadhyay6511
    @amitupadhyay6511 4 ปีที่แล้ว

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

  • @harsh_dn
    @harsh_dn 3 ปีที่แล้ว

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

  • @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???

  • @ErdosainNueve
    @ErdosainNueve 3 ปีที่แล้ว

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

  • @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 :)

  • @it4genius171
    @it4genius171 5 ปีที่แล้ว +4

    Me 1st viewer