OpenCV Python SURF Feature Detection (SURF Algorithm Explained + Code)

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

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

  • @kevinwoodrobotics
    @kevinwoodrobotics  ปีที่แล้ว +1

    OpenCV Python Playlist Code and Doc: kevinwoodrobotics.com/product/opencv-python-tutorials-full-playlist/
    OpenCV Python Feature Matching Homography: th-cam.com/video/DKkDVHhJ8_M/w-d-xo.htmlsi=9ftHiC2Og_sGCllR

    • @vinhtranquang6674
      @vinhtranquang6674 10 หลายเดือนก่อน

      Your video is really interesting, but I can't use SURF in OpenCV, so how could you use it? Thank you

    • @kevinwoodrobotics
      @kevinwoodrobotics  10 หลายเดือนก่อน

      @@vinhtranquang6674 what issue are you having? Make sure to use the same version of python and opencv as described in my video. Also would be good to use a virtual env!

    • @vinhtranquang6674
      @vinhtranquang6674 10 หลายเดือนก่อน

      @@kevinwoodrobotics It's great to receive feedback from you. Indeed, it's quite strange. When I initially set up a virtual environment following your instructions, I encountered an error: 'AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'' but now it works fine.

  • @karthiksyt
    @karthiksyt 11 หลายเดือนก่อน +1

    this video helped me a lot!
    watched the video on SIFT as well and i loved it
    keep up the good work kevin :)

    • @kevinwoodrobotics
      @kevinwoodrobotics  11 หลายเดือนก่อน +1

      Thanks for the feedback! Let me know if there’s more topics you’d like to see!

  • @d_antisocial00
    @d_antisocial00 9 หลายเดือนก่อน

    Great information 👩🏻‍💻

  • @imaneaachich5153
    @imaneaachich5153 7 หลายเดือนก่อน

    Where i can found this code

    • @kevinwoodrobotics
      @kevinwoodrobotics  7 หลายเดือนก่อน

      My github

    • @kevinwoodrobotics
      @kevinwoodrobotics  7 หลายเดือนก่อน

      Link in bio and description

    • @imaneaachich5153
      @imaneaachich5153 6 หลายเดือนก่อน

      @@kevinwoodrobotics i dont understand the work of box filter if u can explain that for me

    • @kevinwoodrobotics
      @kevinwoodrobotics  6 หลายเดือนก่อน

      @@imaneaachich5153 it’s the idea of using convolution with a simplified filter to decrease filter creation computation time. Compare with having to make a Gaussian filter which needs equations to construct

    • @imaneaachich5153
      @imaneaachich5153 6 หลายเดือนก่อน

      @@kevinwoodrobotics I attempted to run the code but it's seems like it's no longer free , have you encountered this issue befor ??