Perona-Malik diffusion or anisotropic diffusion is a computer vision filtering technique that aims at reducing image noise without reducing the image’s quality in the process. This diffusion technique typically resembles the process that creates a scale space, where an image generates a parameterized family of successively more and more blurred images based on a diffusion process. Each of the resulting images in this filter is given as a convolution between the image and a 2D isotropic Gaussian filter. This diffusion is a linear and space invariant transformation of the original image. Anisotropic diffusion is a much generalized version of the diffusion process. It produces a family of parameterized images where each resulting image is a combination between a filter that depends on the content of the original image and the original image itself. This means that anisotropic diffusion is a linear and space invariant transformation of the original image
forked from pastapleton/Perona-Malik
-
Notifications
You must be signed in to change notification settings - Fork 0
Perona-Malik diffusion or anisotropic diffusion is a computer vision filtering technique that aims at reducing image noise without reducing the image’s quality in the process. This diffusion technique typically resembles the process that creates a scale space, where an image generates a parameterized family of successively more and more blurred …
prasadmangala02/Perona-Malik
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Perona-Malik diffusion or anisotropic diffusion is a computer vision filtering technique that aims at reducing image noise without reducing the image’s quality in the process. This diffusion technique typically resembles the process that creates a scale space, where an image generates a parameterized family of successively more and more blurred …
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%