@@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!
@@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.
@@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
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
Your video is really interesting, but I can't use SURF in OpenCV, so how could you use it? Thank you
@@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!
@@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.
this video helped me a lot!
watched the video on SIFT as well and i loved it
keep up the good work kevin :)
Thanks for the feedback! Let me know if there’s more topics you’d like to see!
Great information 👩🏻💻
Where i can found this code
My github
Link in bio and description
@@kevinwoodrobotics i dont understand the work of box filter if u can explain that for me
@@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
@@kevinwoodrobotics I attempted to run the code but it's seems like it's no longer free , have you encountered this issue befor ??