Skip to content

Commit 286d004

Browse files
authored
Update README.md
1 parent 0ba6b90 commit 286d004

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22
![Twitter Follow](https://img.shields.io/twitter/follow/LauLauThom?style=social)
33

44
# Installation
5+
6+
## Via the Fiji updater
57
Tick the __Multi-Template-Matching__ AND __IJ-OpenCV__ update site of the Fiji udpater.
68
A new entry will show up in the Plugin Menu (all the way down) after restarting Fiji.
79

10+
## Manual installation
11+
You can also do a manual installation by copying the files in the right place.
12+
This can be useful if you would like to use a previous version that is not available via the update site, but which is archived in the releases tab.
13+
You still need to tick the IJ-OpenCV update site in the Fiji updater to install the dependencies.
14+
15+
Then you can download the files either on the main page above this readme, by clicking the green button with the arrow pointing down *Code* then *Download ZIP*.
16+
You can download the zip of previous versions on the [release tab](https://github.com/multi-template-matching/MultiTemplateMatching-Fiji/releases), below asset select *Source code (zip)*.
17+
Unzip the file and copy the folder Fiji.app to an existing Fiji installation.
18+
More precisly copy the unzipped into the same parent directory than your current Fiji's Fiji.app (like the Desktop) to merge both directories: the files from Multi-Template-Matching will automatically be copied ot the right subdirectories.
19+
820
# Documentation
921
Template matching is an algorithm that can be used for object-detections in images.
1022
The algorithm computes the probability to find one (or several) template images provided by the user.

0 commit comments

Comments
 (0)