You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
-
# Introduction
1
+
# Documentation
2
2
Template matching is an algorithm that can be used for object-detections in images.
3
-
The algorithm computes the probability to find one (or several) template images provided by the user into a larger image.
4
-
For more theoretical details, see the section [Template Matching : How does it work ?](https://github.com/multi-template-matching/MultiTemplateMatching-Fiji/wiki/Template-Matching%2C-How-does-it-work).
3
+
The algorithm computes the probability to find one (or several) template images provided by the user.
4
+
See the [wiki section](https://github.com/multi-template-matching/MultiTemplateMatching-Fiji/wiki/) for the documentation.
5
5
6
-
You can find a similar implementation in KNIME in this [repo](https://github.com/multi-template-matching/MultipleTemplateMatching-KNIME).
0 commit comments