Skip to content

Basic implementation of OpenCV using Python, using Feature Detection.

Notifications You must be signed in to change notification settings

FikriRNurhidayat/python-opencv-feature-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python OpenCV Example

This project is a basic implementation of OpenCV library. It can detect and match the image from webcam frame and dictionaries.

How to setup

Using the virtualenv is an encouragement. How ever, if you have Windows Machine, just simply run:

pip install -r requirements.txt

How to run

To run this program, just tell python to run main.py file:

python main.py

If you don't want to open the window:

python main.py disable-window

TODO List

  • Run match algorithm asynchronously
  • Integrate with Database

About

Basic implementation of OpenCV using Python, using Feature Detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages