Skip to content

Commit 86590ec

Browse files
authored
fix typo
1 parent 80d765c commit 86590ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Using pip, `pip install Multi-Template-Matching`
88
Once installed, `import MTM`should work.
99

1010
# Documentation
11-
The package NMS contains mostly 2 important functions:
11+
The package MTM contains mostly 2 important functions:
1212

13-
## matchTemplate
13+
## matchTemplates
1414
`matchTemplates(listTemplates, image, method=cv2.TM_CCOEFF_NORMED, N_object=float("inf"), score_threshold=0.5, maxOverlap=0.25, searchBox=None)`
1515

1616
This function searches each template in the image, and return the best N_object location which offer the best scores and which do not overlap above the `maxOverlap` threshold.

0 commit comments

Comments
 (0)