Skip to content

Commit a459040

Browse files
author
monkstone
committed
encourage experimentation with edge detewction shader
1 parent 8625bfe commit a459040

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

video_filtering/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Experiment with different edge-detection algorithms
2+
In the provide example the sketch uses a sobel filter
3+
4+
`#define SOBEL`
5+
6+
Alernatives are `KAYYALI_NESW, KAYYALI_SENW, PREWITT, ROBERTSCROSS, SCHARR`
7+
8+
Modify `edge_detect.glsl` directly to use these alternative algorithms included in the shader.

0 commit comments

Comments
 (0)