平滑 Resources

Showing items tagged with "平滑"

This example demonstrates wavelet ridge extraction using the modulus maximum method, featuring two distinct wavelet ridges that require specialized ridge extraction techniques. A penalty function is implemented to control the lambda parameter, resulting in smoother and more stable ridge detection. The implementation involves identifying local maxima in the wavelet transform modulus and applying regularization for optimal ridge continuity.

MATLAB 223 views Tagged

This package provides implementations for image smoothing and sharpening, featuring multiple methods including mean filtering, median filtering, order-statistic filtering for smoothing, and Sobel operator along with high-pass filtering for sharpening, with detailed code explanations for each algorithm.

MATLAB 193 views Tagged