图像滤波 Resources

Showing items tagged with "图像滤波"

This toolbox provides comprehensive functions for implementing nonlinear diffusion techniques on images. These filtering algorithms excel at noise reduction and image simplification for improved segmentation results. Core implementations are based on Perona-Malik's anisotropic diffusion model and extended through Weickert's research, featuring practical code modules for various diffusion methodologies.

MATLAB 231 views Tagged

Texture generation and segmentation - this example demonstrates texture extraction from different image regions using three distinct filtering functions (entropyfilt, stdfilt, rangefilt) and their implementation approaches

MATLAB 327 views Tagged

A MATLAB program designed for image filtering that effectively removes severe salt-and-pepper noise, featuring comprehensive annotations for easy understanding of the implementation logic and algorithmic approach.

MATLAB 239 views Tagged

MATLAB implementations of image processing techniques using Partial Differential Equation (PDE) approaches, featuring essential algorithms for image filtering, segmentation, interpolation, enhancement, restoration, and numerical solutions of equation systems commonly employed in PDE-based image processing. These programs serve as educational resources for understanding practical applications of PDE methods in computer vision.

MATLAB 235 views Tagged

This code performs image filtering, top-hat transformation, and center calculation with included sample images for immediate execution. The implementation demonstrates key image processing techniques including noise reduction and feature enhancement.

MATLAB 215 views Tagged