Skip to content

Commit d49ed7b

Browse files
committed
Fine tune the image size.
1 parent bc0d8ce commit d49ed7b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

_pages/plugins/trackmate/tutorials/trackmate-segmentation-editor.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Otherwise, here is how to navigate in the image panel.
4545
- Rotate the image with the {% include key key="left click" %}.
4646
- Zoom in and out towards the center of the panel with the {% include key key="Mouse Wheel" %}.
4747

48-
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-07.gif" align="center" %}
48+
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-07.gif" align="center" width="300" %}
4949

5050
### Resetting the view
5151

5252
- {% include key key="Shift|Z" %} aligns the view with the XY plane.
5353
- {% include key key="Shift|R" %} resets the view.
5454

55-
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-08.gif" align="center" %}
55+
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-08.gif" align="center" width="300" %}
5656

5757
### Navigating to spots
5858

@@ -61,15 +61,15 @@ Each label initially corresponds to a spot in TrackMate.
6161
The label will have the same name and color that of the current view in TrackMate.
6262
Shift-clicking on a label in the list will center the image view on the corresponding spot mask
6363

64-
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-09.gif" align="center" %}
64+
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-09.gif" align="center" width="300" %}
6565

6666
### Changing the display settings
6767

6868
The _Image_ section in the left side bar allows you to change the display settings of the image.
6969
The _auto contrast_ button will set the display range to the min and max pixel values in the image.
7070
The _settings_ button will open a dialog to change the display settings of the image, such as the color table, the brightness and contrast and the visibility of channels and spots.
7171

72-
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-10.gif" align="center" %}
72+
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-10.gif" align="center" width="300" %}
7373

7474
## Editing spots
7575

@@ -121,15 +121,15 @@ The selected modes and brush size are remembered between use of the editor.
121121
This is the default mode.
122122
If you paint over an existing label, it is discarded.
123123

124-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Paint-Replace.gif" align="center" %}
124+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Paint-Replace.gif" align="center" width="300" %}
125125

126126
#### Paint add
127127

128128
In TrackMate the spots can be overlapping, and as a consequence, in the editor you can have several labels on one pixel.
129129
This is the way to edit overlapping spots.
130130
The _Add_ mode paint labels, and if there is an existing label, it will add the selected one, and not remove the existing one:
131131

132-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Paint-AddMode.gif" align="center" %}
132+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Paint-AddMode.gif" align="center" width="300" %}
133133

134134
This will lead to overlapping spots, as demonstrated in the animation above.
135135

@@ -140,7 +140,7 @@ The selected label will be applied only on the pixels that have no label already
140140
It will only paint on the background.
141141
This is useful if you have close objects that you know are not overlapping.
142142

143-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Paint-PreserveMode.gif" align="center" %}
143+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Paint-PreserveMode.gif" align="center" width="300" %}
144144

145145

146146
### Deleting pixels - {% include key key="F3" %}
@@ -152,13 +152,13 @@ The delete tool also has several modes, that are made to harness possibly overla
152152
This mode simply remove all labels at once.
153153
You get the background where you paint.
154154

155-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Delete-AllLabels.gif" align="center" %}
155+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Delete-AllLabels.gif" align="center" width="300" %}
156156

157157
#### Delete selected label
158158

159159
With this mode, the brush will only remove the label currently selected, and no touch the others:
160160

161-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Delete-SelectedLabel.gif" align="center" %}
161+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-Delete-SelectedLabel.gif" align="center" width="300" %}
162162

163163

164164
### Flood fill - {% include key key="F4" %}
@@ -173,7 +173,7 @@ There is also two modes for this tool.
173173
Similar to the _Paint add_ tool, this leads to replace all the label of a segment with the selected label.
174174
On the animation below, the red part of the labeling is overwritten with the blue label, leading to a larger spot:
175175

176-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodFill-Replace.gif" align="center" %}
176+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodFill-Replace.gif" align="center" width="300" %}
177177

178178
#### Flood fill add
179179

@@ -182,7 +182,7 @@ On the animation below, the red label is added to the blue segment.
182182
This segment has now two labels, the blue and the red, and it appers in magenta in the editor.
183183
After returning to TrackMate, this leads to two spots overlapping:
184184

185-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodFill-Add.gif" align="center" %}
185+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodFill-Add.gif" align="center" width="300" %}
186186

187187
### Flood erase - {% include key key="F5" %}
188188

@@ -193,15 +193,15 @@ This tool removes one or all labels of a segment.
193193
All the labels are removed from the segment.
194194
The modified pixels are now part of the background.
195195

196-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodErase-RemoveAll.gif" align="center" %}
196+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodErase-RemoveAll.gif" align="center" width="300" %}
197197

198198
#### Flood erase selected label
199199

200200
Only the currently selected label is removed.
201201
For instance, on the animation below, the top segment has two labels, red and blue, and appears in magenta.
202202
The flood erase tool is used to remove the blue label from it, which leaves the red label.
203203

204-
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodErase-SelectedLabel.gif" align="center" %}
204+
{% include img src="/media/plugins/trackmate/spot-editor/TrackMate-Editor-FloodErase-SelectedLabel.gif" align="center" width="300" %}
205205

206206

207207
### Select label - {% include key key="F6" %}
@@ -217,7 +217,7 @@ First you can press {% include key key="F1" %}, {% include key key="F2" %}, {% i
217217
You can also use {% include key key="Q" %} and , {% include key key="E" %} to decrease and increase the brush size, respectively.
218218
Pressing {% include key key="Shift|Q" %} and {% include key key="Shift|E" %} will change the brush size by a larger amount.
219219

220-
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-16.gif" align="center" %}
220+
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-16.gif" align="center" width="300" %}
221221

222222

223223
### Keyboard shortcuts for editing
@@ -245,7 +245,7 @@ For adding, deleting, removing and filling spots, the keys must be used as modif
245245
Once you are done editing, click the _Close and send to TrackMate_ button in the top left side bar.
246246
This will close the editor and prompt you with the following dialog:
247247

248-
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-17.png" align="center" %}
248+
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-17.png" align="center" width="300" %}
249249

250250
If you click _No_, your changes will be discarded.
251251
If you click _Yes_, the modified spots will be sent to TrackMate.
@@ -298,7 +298,7 @@ If the edits generate masks that are too different from the initial spots, they
298298

299299
You can customize the key bindings of the spot editor in a dedicated dialog, displayed when you press {% include key key="Ctrl|," %}.
300300

301-
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-21.png" align="center" %}
301+
{% include img src="/media/plugins/trackmate/spot-editor/trackmate-spot-editor-tuto-21.png" align="center" width="400" %}
302302

303303
### Closing the editor window
304304

0 commit comments

Comments
 (0)