彩色图像 Resources

Showing items tagged with "彩色图像"

Mean Shift Image Segmentation Test Program implementing clustering segmentation on color images using the meanshift algorithm with excellent results. The program displays processing time and identified cluster counts, and includes RGB-LUV color space conversion, image matrix data reduction to dimensional arrays, and other utility functions. Features comprehensive code annotations, implementation notes, and sample result images - highly suitable for computer vision, machine learning, and pattern recognition reference.

MATLAB 238 views Tagged

This program calculates the Peak Signal-to-Noise Ratio (PSNR) between two color images to evaluate image processing performance, with implementation details for RGB channel processing and MSE calculation.

MATLAB 240 views Tagged

Color transfer method for grayscale image colorization. This implementation is based on the paper "Transferring Color to Grayscale Images" and works by performing texture matching to identify corresponding regions between grayscale and color images, then transferring colors to matched areas. The code package includes detailed function documentation covering algorithm implementation and parameter specifications.

MATLAB 256 views Tagged

This program calculates the Peak Signal-to-Noise Ratio (PSNR) between two color images, serving as a metric for evaluating image processing performance. The computed result is stored in the variable PSNR, which can be utilized for further analysis or comparison.

MATLAB 193 views Tagged