Created
January 4, 2020 14:44
-
-
Save lucifermorningstar1305/53338f0e25a4d951c6ceaf927d557f17 to your computer and use it in GitHub Desktop.
Image filters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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