Skip to content

Commit 868aad9

Browse files
authored
Add binder badge to README
1 parent 3907134 commit 868aad9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Multi-Template-Matching
1+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/multi-template-matching/MultiTemplateMatching-Python/fix-requirements?filepath=tutorials)
2+
3+
# Multi-Template-Matching
24
Multi-Template-Matching is a package to perform object-recognition in images using one or several smaller template images.
35
The template and images should have the same bitdepth (8,16,32-bit) and number of channels (single/Grayscale or RGB).
46
The main function `MTM.matchTemplates` returns the best predicted locations provided either a score_threshold and/or the expected number of objects in the image.

0 commit comments

Comments
 (0)