Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 906 Bytes

File metadata and controls

11 lines (9 loc) · 906 Bytes

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".