滑动窗口 Resources

Showing items tagged with "滑动窗口"

This directory contains programs for wavelet-based image denoising using neighborhood thresholding techniques. The main script wave_neighbor.m implements denoising for both 3×3 and 5×5 neighborhood configurations. The auxiliary function wov_win.m handles sliding window operations for 3×3 and 5×5 neighborhoods, while cacupsnr.m calculates performance metrics including Mean Squared Error (MSE) and Peak Signal-to-Noise Ratio (PSNR).

MATLAB 235 views Tagged

Box filter implementation for image processing, which computes the sum of pixel values within a sliding window of specified size using efficient convolution operations

MATLAB 236 views Tagged