You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Face Detection + Auto Labelling
1
+
Face Detection + Auto Labelling (Alpha version)
2
2
====================
3
3
4
4
Face Detection on school year group photo and automatic labelling.
@@ -10,12 +10,20 @@ Face Detection on school year group photo and automatic labelling.
10
10
href="http://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <ahref="https://commons.wikimedia.org/wiki/">Wikimedia Commons</a>.
11
11
12
12
13
+
## Usage
14
+
- File > Open: Open a dialog to select the desired images
15
+
- When an image is loaded, a double left click will delete (after a confirmation) the label located under the mouse cursor (known issue: it is sometimes buggy, retry multiple times).
16
+
- When an image is loaded, a right click will add a label. A dialog will show and ask for the label number.
17
+
- Use the "<" and ">" buttons to load the previous and next images.
18
+
- File > Save to directory: Open a dialog to select the directory where will be saved the images. If a file with the same name already exists, it will be asked if we want to overwrite or not the file.
19
+
20
+
13
21
## Development environment
14
22
- Windows 7 64 bits
15
23
- Visual Studio 2010
16
24
- OpenCV 2.4.10
17
25
- Qt 5.5.0
18
-
- binarie compiled in 32 bits release mode
26
+
- binarie(Alpha version) compiled in 32 bits release mode
19
27
20
28
21
29
## Known issues
@@ -25,3 +33,4 @@ href="http://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a hre
25
33
## TODO
26
34
-[ ] Add a setting dialog to allow the modification of some parameters (Cascade classifier learning file, size of the label box, etc.)
27
35
-[ ] Try to find a way to use more classical fonts than those provided by OpenCV
36
+
-[ ] Try to find a way to display a better image than the raw RGB888
0 commit comments