Skip to content

Commit 328f1a8

Browse files
authored
Update README.md
1 parent 0b6432d commit 328f1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/laurent132.thomas@laposte.net)
44

55
# Multi-Template-Matching
6-
Multi-Template-Matching is a package to perform object-recognition in images using one or several smaller template images.
6+
Multi-Template-Matching is a python package to perform object-recognition in images using one or several smaller template images.
77
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.
88

99
The branch opencl contains some test using the UMat object to run on GPU, but it is actually slow, which can be expected for small dataset as the transfer of the data between the CPU and GPU is slow.

0 commit comments

Comments
 (0)