Skip to content

Classical Computer Vision Algorithms with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE

License

Notifications You must be signed in to change notification settings

ccwutw/computer-vision-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1Minute Computer Vision Algorithm

1Minute Computer Vision Algorithm is an example to demonstrate the state-of-the-art techniques using a basic framework.

Installation

pip install -r requirements.txt

Dependencies / Prerequisites

See requirements.

Supported Architectures / Versions

1Minutes Computer Vision Algorithm is tested on Python 3.7+ on Windows and Linux.

Execute

python run.py --h

Examples

This is an example to show how to recongize a book in a photo using some images downloaded from the book publisher.

python run.py --detector ORB --descriptor ORB --matcher BF

Sample:
registration

Result:
registration

License

This project is licensed under MIT. See LICENSE.

About

Classical Computer Vision Algorithms with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages