blob: a36f5c292046e2273eeb9f9bf08d9a79e5ad5b63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Segmentation Editor
## Editor Controls
### Mouse Controls
- **Right Click**: Pan the view.
- **Left Click**: Select a vertex.
- **Drag**: Move a vertex.
- **Scroll**: Zoom in and out.
- **Double Left Click**: Then press the following keys within 5 seconds
- **N**: Create a new segmentation if double click was over empty space.
- **N**: Create a new vertex if double click was over segmentation.
- **D**: Delete the selected segmentation.
### Keyboard Controls
- **Escape**: Leave the editor.
- **Arrow Keys**: Pan the view.
- **S**: Save the segmentation.
### File Drag and Drop
- **Drag and Drop**: Drag and drop an image and a segmentation to open them.
|