灰度图像 Resources

Showing items tagged with "灰度图像"

Fundamental code for converting color images to grayscale images. This represents the most essential source code used in MATLAB image processing workflows, though surprisingly many MATLAB distributions don't include this as a built-in function by default.

MATLAB 182 views Tagged

While MATLAB typically performs wavelet transforms on grayscale images, this program implements wavelet transformation specifically for color images, extending traditional monochromatic analysis to RGB channels with multi-level decomposition capabilities.

MATLAB 185 views Tagged