Skip to content

Image recognition (aka template matching) with Python and OpenCV

mwduncan2018/python_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python OpenCV

This project is a demo of Template Matching (Image Recognition) with OpenCV.

Installing OpenCV

Python Installation

pip install opencv-python

Java Installation

OpenCV must be downloaded and added to the Eclipse workspace. The download page is here (https://opencv.org/releases/). Installation instructions for Windows are here(https://opencv-java-tutorials.readthedocs.io/en/latest/01-installing-opencv-for-java.html#install-opencv-3-x-under-windows)
If the user library does not already exist in the Eclipse workspace, follow the instructions here (https://opencv-java-tutorials.readthedocs.io/en/latest/01-installing-opencv-for-java.html#set-up-opencv-for-java-in-eclipse).
If the user library already exists in the Eclipse workspace, right click the project name, then "Build Path" => "Add Libraries" => "User Library" => "opencv".

About

Image recognition (aka template matching) with Python and OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages