阈值 Resources

Showing items tagged with "阈值"

Utilizing wavelet transform for image denoising by applying thresholding techniques. The process involves a 2-level wavelet decomposition of the image followed by hard and soft thresholding methods to remove noise from high-frequency components. Implementation typically involves using wavelet functions like 'db4' or 'sym8' and threshold calculation methods such as Universal Threshold or SURE threshold.

MATLAB 264 views Tagged

A MATLAB-based source code collection for image processing, featuring implementations for thresholding, binarization, grayscale transformations, edge detection, and various other fundamental operations with algorithm-specific optimizations.

MATLAB 201 views Tagged

A custom-developed program featuring a GUI interface that implements a self-built skin Gaussian model. The model utilizes trained thresholds to perform skin region segmentation in the YCbCr color space, with code handling color modeling and threshold-based classification.

MATLAB 316 views Tagged

In developing MATLAB programs for wavelet transforms and threshold-based image compression, my classmates and I adopted a learn-as-we-go approach, progressively mastering wavelet concepts and MATLAB programming through problem-solving. I'm eager to share our troubleshooting experiences and implementation strategies to assist others facing similar challenges in digital signal processing and image compression workflows.

MATLAB 219 views Tagged