Edge Based Template Matching Save

Edge Based Template Matching

Project README

Edge Based Template Matching

click to preview

References

Edge Based Template Matching

Different

These differences can write less code and use opencv acceleration

1 Use Canny directly

The reference article implements the Canny algorithm itself.
Inserts the operation that creates the gradient template into it.

The implementation here is different.
First use Canny algorithm to find the edges.
Then use FindContours find the edges to create a gradient template.

2 Use CartToPolar to get magnitude

Referencing the article by traversing the calculation magnitude.

Here use the opencv's CartToPolar to get the magnitude and direction directly

Library

Prism.Core
OpenCvSharp4.Windows
MaterialDesignThemes
PropertyTools.Wpf

Information collected on the network

Prof. Dr. Carsten Steger(Halcon)
Some video and publications(At the bottom)
shape_based_matching

Open Source Agenda is not affiliated with "Edge Based Template Matching" Project. README Source: IOL0ol1/Edge-Based-Template-Matching
Stars
62
Open Issues
1
Last Commit
10 months ago

Open Source Agenda Badge

Open Source Agenda Rating