mirror of
https://github.com/esimov/pigo-wasm-demos.git
synced 2025-09-26 20:31:20 +08:00
doc: update demo samples
This commit is contained in:
31
README.md
31
README.md
@@ -41,8 +41,7 @@ $ make demo1
|
||||
```bash
|
||||
$ make demo2
|
||||
```
|
||||

|
||||
|
||||

|
||||
|
||||
#### Key bindings:
|
||||
<kbd>f</kbd> - Show/hide detected face marker<br/>
|
||||
@@ -51,25 +50,24 @@ $ make demo2
|
||||
<kbd>]</kbd> - Increase the blur radius<br/>
|
||||
<kbd>[</kbd> - Decrease the blur radius<br/>
|
||||
|
||||
### Pixelate
|
||||
### Background blur in Zoom style
|
||||
```bash
|
||||
$ make demo3
|
||||
```
|
||||

|
||||

|
||||
|
||||
#### Key bindings:
|
||||
<kbd>f</kbd> - Show/hide detected face marker<br/>
|
||||
<kbd>s</kbd> - Show/hide pupils<br/>
|
||||
<kbd>=</kbd> - Increase the number of colors<br/>
|
||||
<kbd>-</kbd> - Decrease the number of colors<br/>
|
||||
<kbd>]</kbd> - Increase the cells size<br/>
|
||||
<kbd>[</kbd> - Decrease the cells size<br/>
|
||||
<kbd>b</kbd> - Enable/disable face blur<br/>
|
||||
<kbd>]</kbd> - Increase the blur radius<br/>
|
||||
<kbd>[</kbd> - Decrease the blur radius<br/>
|
||||
|
||||
### Face triangulator
|
||||
```bash
|
||||
$ make demo4
|
||||
```
|
||||

|
||||

|
||||
|
||||
#### Key bindings:
|
||||
<kbd>f</kbd> - Show/hide detected face marker<br/>
|
||||
@@ -81,6 +79,21 @@ $ make demo4
|
||||
<kbd>1</kbd> - Increase the stroke size<br/>
|
||||
<kbd>0</kbd> - Decrease the stroke size<br/>
|
||||
|
||||
|
||||
### Pixelate
|
||||
```bash
|
||||
$ make demo5
|
||||
```
|
||||

|
||||
|
||||
#### Key bindings:
|
||||
<kbd>f</kbd> - Show/hide detected face marker<br/>
|
||||
<kbd>s</kbd> - Show/hide pupils<br/>
|
||||
<kbd>=</kbd> - Increase the number of colors<br/>
|
||||
<kbd>-</kbd> - Decrease the number of colors<br/>
|
||||
<kbd>]</kbd> - Increase the cells size<br/>
|
||||
<kbd>[</kbd> - Decrease the cells size<br/>
|
||||
|
||||
### Triangulated facemask
|
||||
```bash
|
||||
$ make demo5
|
||||
|
Reference in New Issue
Block a user