Skip to content

Commit b2cdd9f

Browse files
Added filter setting info to README
1 parent c427416 commit b2cdd9f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ This is an interactive demo that demonstrates how filter kernels can be used to
1616

1717
### Settings
1818

19+
#### Filter
20+
21+
A filter can be set from the blue button in the settings panel. Clicking on the button will display a dropdown menu with every available filter kernel - just select one to apply it to the image. Each filter refers to a different "filter kernel," a specific pattern of weights that are multiplied by the pixels in the image to produce a desired effect.
22+
23+
![Filter selection dropdown menu](docs/settings/filter/1.PNG)
24+
25+
The default filter is "sharpen," which increases the crispness of the image by emphasizing the center pixel and decreasing the value of the adjacent pixels. Six filters are currently available, but many more will be added in the future.
26+
1927
#### Resolution
2028

2129
The slider near the top of the settings area can be used to change the resolution of the input and output images displayed on the right of the screen. A lower resolution will look more pixelated, but can process faster. A higher resolution will produce a more crisp image, but may slow down the program. The "Automatically update" setting can be disabled to reduce slowdown.

docs/settings/filter/1.PNG

10.4 KB
Loading

0 commit comments

Comments
 (0)