灰度图像 Resources

Showing items tagged with "灰度图像"

This package contains bit plane decomposition of an image, demonstrating how a grayscale image can be separated into eight bit planes. This technique is particularly useful for converting grayscale images to color images through algorithmic processing.

MATLAB 193 views Tagged

Converting grayscale images to pseudocolor images using MATLAB. This simple program demonstrates how to transform grayscale images into pseudocolor versions by implementing color mapping algorithms. By adjusting conditional parameters and value mappings in the code, you can create more refined pseudocolor images with enhanced visual representation.

MATLAB 170 views Tagged

Performing read/write operations on color images with transformations to obtain various image types such as grayscale images, including code implementation approaches and key functions.

MATLAB 175 views Tagged

This source code implements Curvelet feature extraction from both color and grayscale images, designed for subsequent texture image segmentation tasks. The implementation includes multi-scale directional analysis using Fast Discrete Curvelet Transform (FDCT) via wrapping.

MATLAB 236 views Tagged

Digital image processing experiment using histogram analysis to determine segmentation threshold at approximately 130, converting grayscale images to binary with optimal segmentation results. Image Processing Experiment (Part 6) - Image Compression and Encoding: Learning JPEG compression encoding through three key steps: DCT transformation for redundancy removal, quantization using quantization tables, and Huffman encoding of quantized coefficients.

MATLAB 186 views Tagged