Skip to content

Commit e251e14

Browse files
v2.1 - bugs fixed + 2 new features
1 parent 79d2468 commit e251e14

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# superpixels-segmentation-gui-opencv
22
## 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
44

55
![Screenshot - Global](screenshots/screenshot.jpg?raw=true)
66
<br/>
@@ -10,6 +10,7 @@
1010
* v0: launch
1111
* v1: added contours + several improvements
1212
* 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
1314
<br/>
1415
<br/>
1516

@@ -116,9 +117,11 @@ Basic operations:
116117
* It is time to colorize the cells:
117118
* left mouse button to colorize with the the current color - you can hold down the mouse button and move it to set several cells
118119
* 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
121123
* 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
122125

123126
* Change the view:
124127
* you can choose the transparency of the image, mask and grid with the sliders on the right
@@ -133,7 +136,7 @@ Basic operations:
133136
* you can set pixels with the left mouse button, and unset them with the right
134137
* use the <CTRL> key to floodfill entire zones, just like explained before
135138
* 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
137140
* release <X> and the line is set
138141
* the end of a line becomes the new origin from which you can draw another one
139142
* click with the left mouse button to set a pixel to change once again the origin of the lines

0 commit comments

Comments
 (0)