Feature detection (SIFT, SURF, ORB) – OpenCV 3.4 with python 3 Tutorial 25

preview_player
Показать описание

We’re going to learn in this tutorial how to find features on an image.
We will test three different algorythms: Sift, Orb and Surf

➤ Full Videocourses:

➤ Follow me on:

➤ For business inquiries:
Рекомендации по теме
Комментарии
Автор

Finally SIFT is free starting OpenCV 4.3

ИванКозлов-кю
Автор

Hello there, I really found video very useful. I need to contact the tutor if possible. PLS. I need his contact

sanisalisu
Автор

For people with sift problem, if you don't mind you can just use orb instead of sift or surf. Delete the sift and surf lines should make it work (and of course keep orb.detectAndCompute).

Leo-ueno
Автор

Great Work buddy, it is really helpfull for me

GauravSharma-blxq
Автор

How can we use it for multiple images like traning and testing file ?

siddhisalvi
Автор

70k views. 15k subscribers...not cool ppl! This channel deserves more subs

ak_allday__
Автор

hi, in a video, can i get a sequence of frames (10-20 images) to improve this feature extraction? if yes, how?

rodolfosanches
Автор

You did great really appreciated bro keep it up :) :)

iamnoob
Автор

can you suggest me how can i use gist descriptor as surf and sift? thank you

samardas
Автор

AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'. completed opencv- python 4, open-contrib-pyhton 4

anguyenmaianh
Автор

Is there any python module for learning dictionary from image patches. L1 minimization algorithms

helaluddinmullah
Автор

hi sir, your videos are awesome and thank u for this code. but how can i change this code for using the video that was saved in my disk? please help

shekinavictor
Автор

It is also possible to track SIFT features with optical flow like KLT?

michaelstolze
Автор

does anybody know how to visualize the descriptors? (not the keypoints)

nielspalmans
Автор

Una pregunta, hay forma de usar ORB pero para identificar 2 objetos, por ejemplo un circulo, triangulo o mas características?

julianandresdiazgranados
Автор

cv2.error: OpenCV(3.4.3)
error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function

Help?

IBasilisvirus
Автор

This tutorial is quite educative. my problem is just that i dont know what you are working with, I meant the platform. is it Spyder, Jupyter, Im working with Spyder but I cant run SURF and SIFT pleases help me

sanisalisu
Автор

Sir, how to extract the value of keypoints detected? Can you help me, Thank you.

loneband
Автор

how can we apply stride of 4 using this method in sift descriptor?

syedmuhammadusmanghani
Автор

Hey,
How to save that features for further use

punks