Skip to content

Checks if a template image is sub image of another image using template matching algorithm

Notifications You must be signed in to change notification settings

HarshalVoonna/TemplateMatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TemplateMatcher

Checks if a template image is sub image of another image using template matching algorithm.

Execution: Pics Folder contains capturedImage and templateImage. On performing template matching algorithm, outputImage is created in the same folder which marks the boundary of templateImage inside the capturedImage

Uses OpenCV 2.4.3 version which could be found in libs folder. To build this using eclipse, use this link : http://docs.opencv.org/2.4/doc/tutorials/introduction/java_eclipse/java_eclipse.html

About

Checks if a template image is sub image of another image using template matching algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages