Skip to content

An ImageEffect Shader using the SobelFilter rendering the scene in black and white only showing edges.

Notifications You must be signed in to change notification settings

KristinLague/SobelFilter

Repository files navigation

PostProcessing Image Effect SobelFilter

An ImageEffect Shader using the SobelFilter rendering the scene in black and white only showing edges.

Alt Text Alt Text

How does it work?

I am working in a Kernel over every Pixel in a Texture. I calculate the weighted, average color both in horizontal and vertical direction for the Kernel and then convolve the results of this operation.

Alt Text

Applications:

Mostly fun shaders but this operation is also used for Seam Carving!

About

An ImageEffect Shader using the SobelFilter rendering the scene in black and white only showing edges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published