Skip to content

Commit df284f6

Browse files
committed
Merge branch 'master' into nms-opencv
2 parents 41ad705 + 55911d0 commit df284f6

File tree

3 files changed

+299
-5
lines changed

3 files changed

+299
-5
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.

tutorials/Benchmark.ipynb

Lines changed: 163 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/Tutorial3-SpeedingUp.ipynb

Lines changed: 135 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)