We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d4acf commit 859a6d5Copy full SHA for 859a6d5
README.md
@@ -2,22 +2,23 @@
2
3
Play with Gaussian filter!
4
<p align="left">
5
-<img src="res/normal.png" alt="normal" width="300" />
6
-<img src="res/grayscale.png" alt="grayscale" width="300" />
+<img src="res/normal.png" alt="normal" width="210" />
+<img src="res/grayscale.png" alt="grayscale" width="210" />
7
+<img src="res/blur.png" alt="grayscale" width="210" />
8
</p>
9
-The actual Gaussian Filter is not implemented yet.
10
-
11
-So far, what you can do,
12
13
-- GrayScale
14
15
## Usage
16
17
```bash
18
-./gaussfilt --help
+./gaussfilt --input <path/to/image> --gui
19
```
20
+### TO
+
+- CLI implementation
+- Batch processing
+- Performance Improvement
21
22
## Building
23
24
You need vcpkg. Please install it and set the `VCPKG_ROOT` path.
res/blur.png
226 KB
0 commit comments