Skip to content

Created algorithm in C to detect and highlight best image match with template (2 px accuracy) using pixelwise brute force. The algorithm is optimized by 16x to take less than 5 seconds per image-template pair on i7 processor by down-sampling.

Notifications You must be signed in to change notification settings

zali2-ta/Template-Matching

Repository files navigation

Template-Matching

Created algorithm in C++ to detect and highlight best image match with template (2 px accuracy) using pixelwise brute force. The algorithm is optimized by 16x to take less than 5 seconds per image-template pair on i7 processor by down-sampling.

About

Created algorithm in C to detect and highlight best image match with template (2 px accuracy) using pixelwise brute force. The algorithm is optimized by 16x to take less than 5 seconds per image-template pair on i7 processor by down-sampling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages