Skip to content

Commit 316031a

Browse files
authored
Merge pull request #2 from imagejan/fix-requirements
Add binder badge
2 parents 13767c1 + 6514466 commit 316031a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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/master?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.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Multi-Template-Matching==1.5.0
1+
Multi-Template-Matching==1.5.1
22
numpy==1.16.4
33
opencv-python-headless==4.1.0.25
44
scikit-image==0.15.0
55
scipy==1.3.0
6-
pandas
6+
pandas

0 commit comments

Comments
 (0)