OpenCV Python ORB Feature Detection

preview_player
Показать описание
In this video, I will go over ORB in OpenCV with Python using VS Code. ORB is a combination of FAST and BRIEF, to further improve performance on feature detection in real-time.

0:00 Introduction
0:17 What is ORB?
0:38 Why do we need ORB?
0:52 How does ORB work?
3:16 Code

Learn Python CV (computer vision) with OpenCV Python:

Thanks for watching! If you found this video helpful, please like, subscribe and share:

Social:
Рекомендации по теме
Комментарии
Автор

"You're one of the few people I've found who talked about this topic. Thank you so much."

fiogar
Автор

This was a nice overview of ORB, thank you so much, I just subscribed to your channel.

jayp
Автор

Awesome !! You explain very well these concepts !!

ANDY-xsym
Автор

Do you think this a good base algorithm for SLAM?

fiogar
Автор

What are m10, m00, m01? I know they're moments but... which? What do the numbers represent>?

sSereth