Skip to content

Commit 859a6d5

Browse files
committed
update: readme for blur
1 parent b4d4acf commit 859a6d5

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22

33
Play with Gaussian filter!
44
<p align="left">
5-
<img src="res/normal.png" alt="normal" width="300" />
6-
<img src="res/grayscale.png" alt="grayscale" width="300" />
5+
<img src="res/normal.png" alt="normal" width="210" />
6+
<img src="res/grayscale.png" alt="grayscale" width="210" />
7+
<img src="res/blur.png" alt="grayscale" width="210" />
78
</p>
89

9-
The actual Gaussian Filter is not implemented yet.
10-
11-
So far, what you can do,
12-
13-
- GrayScale
14-
1510
## Usage
1611

1712
```bash
18-
./gaussfilt --help
13+
./gaussfilt --input <path/to/image> --gui
1914
```
2015

16+
### TO
17+
18+
- CLI implementation
19+
- Batch processing
20+
- Performance Improvement
21+
2122
## Building
2223

2324
You need vcpkg. Please install it and set the `VCPKG_ROOT` path.

res/blur.png

226 KB
Loading

0 commit comments

Comments
 (0)