You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/plugins/trackmate/detectors/trackmate-weka.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This page describes a detector module for [TrackMate](/plugins/trackmate/index)
11
11
12
12
For this module to work, you just need to install the TrackMate module. Subscribe to the **TrackMate-Weka** update site.
13
13
14
-
{% include img src='/media/plugins/trackmate/trackmate-weka-install.png' align='center' %}
14
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-install.png' align='center' %}
15
15
16
16
## Tutorial: tracking focal adhesions
17
17
@@ -21,7 +21,7 @@ Trainable Weka Segmentation is a machine learning pixel-based segmentation, a cl
21
21
22
22
The movie included show human dermal microvascular blood endothelial cells expressing Paxillin, imaged with a spinning-disk confocal microscope.
23
23
24
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image8.png' align='center' %}
24
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image8.png' align='center' %}
25
25
26
26
The goal is to track the focal adhesions staying at the cell periphery.
27
27
They are in general brighter than the cell body and the image background, but with a high variance in their intensities.
@@ -33,35 +33,35 @@ Only the first image frame was extracted to do the annotation. The default featu
33
33
The figure below illustrates the Weka GUI with two classes: one in red for focal adhesions and one in green for the others (cell body, image background).
34
34
More details on training the classifier can be found from on the [plugin documentation page](/plugins/tws).
35
35
36
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image5.png' align='center' width='400' %}
36
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image5.png' align='center' width='400' %}
37
37
38
38
### Using Weka in TrackMate
39
39
40
40
Now open the image in Fiji and launch TrackMate, click Next and select Weka detector from the dropdown menu
41
41
42
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image4.png' align='center' width='250' %}
42
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image4.png' align='center' width='250' %}
43
43
44
44
In the next panel, browse the classifier file, choose the target class as `FocalAdhesion` and set the threshold probability as 0.5.
45
45
46
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image7.png' align='center' width='250' %}
46
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image7.png' align='center' width='250' %}
47
47
48
48
Click on `Preview` button to check the segmentation result, then click Next to run the segmentation for all time frames. This step takes about 8 minutes on a standard pc.
49
49
50
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image2.png' align='center' width='400' %}
50
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image2.png' align='center' width='400' %}
51
51
52
52
Once the detection process is done, click `Next` until the step `Select a tracker`, here we choose the `Simple LAP tracker` and set the `Linking max distance` and the `Gap-closing max distance` are both equal 2.0 microns, the `Gap-closing max frame gap` is set as 2.
53
53
Click `Next` and wait for the tracking process to finish.
54
54
55
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image1.png' align='center' width='250' %}
55
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image1.png' align='center' width='250' %}
56
56
57
57
58
58
One purpose of tracking the focal adhesions is to study how they shrink or expand over time. TrackMate provides an option to color the tracks by time. Click Next until the step Display options and select Frame in Color tracks by, then click auto.
59
59
60
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image3.png' align='center' width='250' %}
60
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image3.png' align='center' width='250' %}
61
61
62
62
Looking at the tracking result shown in the movie below, the focal adhesions localizing at the top are shrinking whereas the ones at the bottom right are expanding.
63
63
64
-
{% include img src='/media/plugins/trackmate/trackmate-weka-detector-image6.gif' align='center' %}
64
+
{% include img src='/media/plugins/trackmate/detectorstrackmate-weka-detector-image6.gif' align='center' %}
0 commit comments