Skip to content

Instantly share code, notes, and snippets.

@lucifermorningstar1305
Created January 4, 2020 14:44
Show Gist options
  • Save lucifermorningstar1305/53338f0e25a4d951c6ceaf927d557f17 to your computer and use it in GitHub Desktop.
Save lucifermorningstar1305/53338f0e25a4d951c6ceaf927d557f17 to your computer and use it in GitHub Desktop.
Image filters
Filter Use
Mean Filter Reduce Gaussian Noise smooth the image after upsampling.
Median Filter Reduce salt and pepper noise.
Sobel Filter Detect edges in an image.
Gaussian Filter Reduce noise in an image.
Canny Filter Detect edges in an image.
Weiner Filter Reduce additive noise and blurring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment