Skip to content

Template matching utility written in C for Raspberry pi

Notifications You must be signed in to change notification settings

QingfengLee/TemplateMatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TemplateMatching

Matches the given template in the given image and returns the position where the most probable position occurs. Given image is pre processed (ex: sharpening, contrast adjustment etc...) and binarised. The binarised result is correlated with the given template to find the best probable match position

Assumptions

  • Images are inputed as raw (headerless) 24 bit RGB bit map array.
  • Template images are already preprocessed and cropped.

About

Template matching utility written in C for Raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published