RGB Image Decomposition

Displays RGB decomposition of a full color image
4,8K Downloads
Aktualisiert 1. Sep 2016

Lizenz anzeigen

Function imColorSep takes a single input argument, an M x N x 3 array representing a full color RGB image, and generates a figure window containing four images: the original full color image, and the three individual monochromatic images representing the red, green, and blue components of the original image. The function returns a handle to the figure window.
See also "NTSC Image Decomposition."

Zitieren als

Rick Rosson (2024). RGB Image Decomposition (https://www.mathworks.com/matlabcentral/fileexchange/18125-rgb-image-decomposition), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2007b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.1

Updated license

1.0.0.0

Added "See also..." to the description.