We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1685a5 commit 0ebe9fcCopy full SHA for 0ebe9fc
README.md
@@ -36,7 +36,7 @@ The [website](https://multi-template-matching.github.io/Multi-Template-Matching/
36
37
```python
38
listLabel = [] # this one should have the string identifier for each template
39
-listTemplate = [] # this one should have the image array for each template, both list should have the same length
+listTemplate = [] # this one should have the image array for each template, both lists should have the same length
40
listTemplateTuple = zip(listLabel, listTemplate)
41
```
42
0 commit comments