Skip to content
Snippets Groups Projects
Commit 5025bc4e authored by Odd-Arild Kristensen's avatar Odd-Arild Kristensen Committed by Jean-Baptiste Kempf
Browse files

Implemented a new edge detection video filter


The edge detection filter uses the Sobel operator to detect and highlight
edges in a frame. In order to successfully detect an edge, the image must
first be converted to gray scale (because Sobel is a gray scale operator) and
then have a slight Gaussian blur applied to it. We do this because Sobel is a
noisy operator and the Gaussian blur reduces this noise.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4b983bd7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment