Skip to content

Commit 7e853d4

Browse files
committed
Update README.md
1 parent d1c00d8 commit 7e853d4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/multi-template-matching/mtm-python-oop/main?filepath=tutorials)
22

3-
# Multi-Template-Matching
3+
# Multi-Template-Matching (mtm) : the object-oriented python implementation
44
Multi-Template-Matching is an accessible method to perform object-detection in images using one or several template images for the search.
55
The strength of the method compared to previously available single-template matching, is that by combining the detections from multiple templates,
66
one can improve the range of detectable patterns. This helps if you expect variability of the object-perspective in your images, such as rotation, flipping...
@@ -26,7 +26,8 @@ It performs the search for each template and return all detections above the sco
2626
Contrary to `mtm.matchTemplates`, __it does not perform NMS__ so you will potentially get overlapping detections.
2727
Usually one should use directly `mtm.matchTemplates`.
2828

29-
The website of the project https://multi-template-matching.github.io/Multi-Template-Matching/ references most of the information, including presetnations, posters and recorded talks/tutorials.
29+
The website of the project https://multi-template-matching.github.io/Multi-Template-Matching/ references most of the information, including presentations, posters and recorded talks/tutorials.
30+
The [wiki](https://github.com/multi-template-matching/MultiTemplateMatching-Fiji/wiki) section of this related repository also provides some information about the implementation.
3031

3132
# Installation
3233
Open a command prompt (or Anaconda prompt if using Anaconda) and type
@@ -40,9 +41,9 @@ In editable mode, any change to the source code is directly reflected the next t
4041
# Examples
4142
Check out the [jupyter notebook tutorial](https://github.com/multi-template-matching/mtm-python-oop/tree/master/tutorials) for some example of how to use the package.
4243
You can run the tutorials online using Binder, no configuration needed ! (click the Binder banner on top of this page).
43-
To run the tutorials locally, install the package using pip as described above, then clone the repository and unzip it.
44-
Finally open a jupyter-notebook session in the unzipped folder to be able to open and execute the notebook.
45-
The [wiki](https://github.com/multi-template-matching/MultiTemplateMatching-Fiji/wiki) section of this related repository also provides some information about the implementation.
44+
45+
To run the tutorials locally, install the package using pip as described above, then clone/download the repository and unzip it.
46+
Finally open a jupyter-notebook session in the unzipped folder to be able to open and execute the notebooks.
4647

4748
# Citation
4849
If you use this implementation for your research, please cite:

0 commit comments

Comments
 (0)