Skip to content

Commit 7c7d1d3

Browse files
Adapted to openCV 4.1 + holes count + Quit button
1 parent 743ab2a commit 7c7d1d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ Basic operations:
128128
* you can change the grid color with the control under the grid layer button
129129
* use the zoom controls on the right to zoom in / out - you can also use the mouse wheel over the viewport
130130
* click on the thumbnail to position the zoomed area in the viewport
131-
* hold the middle mouse button on the viewport, or hold down the < SPACE > key to move the view position with your mouse when the image is zoomed in - you can also use the scrollbars
131+
* hold the middle mouse button on the viewport, or hold down the "SPACE" key to move the view position with your mouse when the image is zoomed in - you can also use the scrollbars
132132

133133
* Modifiy the cells:
134134
* the superpixel algorithms often misses important details: you can define your own cells with the special "Create new cell" button
135135
* the editor enters a special state: you have to draw your cell in white color
136136
* you can set pixels with the left mouse button, and unset them with the right
137-
* use the <CTRL> key to floodfill entire zones, just like explained before
137+
* use the "CTRL" key to floodfill entire zones, just like explained before
138138
* once a pixel is set, it can become the origin of a line:
139139
* hold down the "X" key and move the mouse over the viewport: a temporary line appears
140-
* release <X> and the line is set
140+
* release "X" and the line is set
141141
* the end of a line becomes the new origin from which you can draw another one
142142
* click with the left mouse button to set a pixel to change once again the origin of the lines
143143
* you can only UNDO the last action like before

0 commit comments

Comments
 (0)