Skip to content

Commit 1bd0704

Browse files
authored
Update README.md
1 parent 4ce924b commit 1bd0704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The main function `MTM.matchTemplates` returns the best predicted locations prov
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.
1010

11+
__** News **__ : You might be interested to test the newer python implementation which is more object-oriented and only relying on scikit-image and shapely.*
12+
https://github.com/multi-template-matching/mtm-python-oop
13+
1114
# Installation
1215
Using pip in a python environment, `pip install Multi-Template-Matching`
1316
Once installed, `import MTM`should work.

0 commit comments

Comments
 (0)