RGB Resources

Showing items tagged with "RGB"

"RGB_to_HSI_Conversion.m" is a main function that calls rgb2hsi.m - a custom implementation since MATLAB doesn't include this function natively, primarily used for shadow removal applications.

MATLAB 221 views Tagged

MATLAB implementation for converting color images from RGB to HSI color space. This function can be easily integrated into your MATLAB installation directory for direct calling. Includes original test images and processed result images for visual comparison of the conversion effects. The implementation handles color space transformation algorithms and proper normalization procedures.

MATLAB 242 views Tagged

This MATLAB program facilitates comprehensive color space conversions, supporting bidirectional transformations between RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH) color spaces. The implementation includes optimized algorithms for efficient pixel-wise conversions with proper gamut handling.

MATLAB 267 views Tagged