Skip to content

diliplilaramani/orb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORB Algorithm (Oriented Fast and Rotated Brief)

Demo - Object detection & tracking

alt text

Installation using Docker

docker-compose up

Installation using requirements file

pip install -r requirements.txt

Run

python3 video_orb.py

OR

In jupyter notebook, open image_orb.ipynb

Step 1 - Find ORB descriptors (feature keypoints) on training image

alt text

Step 2 - Matching keypoints on test image or video

alt text

About

ORB Algorithm (Oriented Fast and Rotated Brief)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published