Skip to content

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 …

Notifications You must be signed in to change notification settings

Chi-hong22/Perona-Malik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Perona-Malik

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

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

No packages published

Languages

  • Python 100.0%