1
1
# superpixels-segmentation-gui-opencv
2
2
## Superpixels segmentation algorithms with QT and OpenCV, with a nice GUI to manage labels and colorize the cells
3
- ### v2 - 2018-09-02
3
+ ### v2.1 - 2018-10-13
4
4
5
5
![ Screenshot - Global] ( screenshots/screenshot.jpg?raw=true )
6
6
<br />
10
10
* v0: launch
11
11
* v1: added contours + several improvements
12
12
* v2: tabbed workflow + labels management + PSD and TIFF export + create cell
13
+ * V2.1 : several bugs fixed, select labels from the viewport with "ALT"+click, show the "holes" in the mask
13
14
<br />
14
15
<br />
15
16
@@ -116,9 +117,11 @@ Basic operations:
116
117
* It is time to colorize the cells:
117
118
* left mouse button to colorize with the the current color - you can hold down the mouse button and move it to set several cells
118
119
* right mouse button to unset a cell (you don't have to select the label it belongs to)
119
- * <CTRL > key + left mouse click to floodfill a closed area
120
- * <CTRL > key + right mouse click to floodfill to transparent a whole contiguous cells area previously colorized
120
+ * "CTRL" key + left mouse click to floodfill a closed area
121
+ * "CTRL" key + right mouse click to floodfill to transparent a whole contiguous cells area previously colorized
122
+ * "ALT" key + left mouse button to select a label directly in the viewport, this will select it in the list
121
123
* UNDO: use this button to cancel the last action
124
+ * click on the "Holes" button to view every cell that hasn't been colored yet. Click again on it to hide this feature
122
125
123
126
* Change the view:
124
127
* you can choose the transparency of the image, mask and grid with the sliders on the right
@@ -133,7 +136,7 @@ Basic operations:
133
136
* you can set pixels with the left mouse button, and unset them with the right
134
137
* use the <CTRL > key to floodfill entire zones, just like explained before
135
138
* once a pixel is set, it can become the origin of a line:
136
- * hold down the < X > key and mouve the mouse over the viewport: a temporary line appears
139
+ * hold down the "X" key and move the mouse over the viewport: a temporary line appears
137
140
* release <X > and the line is set
138
141
* the end of a line becomes the new origin from which you can draw another one
139
142
* click with the left mouse button to set a pixel to change once again the origin of the lines
0 commit comments