NTSC Image Decomposition
by Rick Rosson
02 Jan 2008
(Updated 10 Jan 2008)
Displays the NTSC decomposition of a full color image
|
Watch this File
|
| File Information |
| Description |
Function imDecompNTSC takes one input argument, an M x N x 3 array representing a full-color RGB image, and displays four images: the original full-color image, and the three NTSC component images, or YIQ. These components include the luminance Y, the in-phase chrominance I, and the quadrature chrominance Q. The chrominance images are displayed using appropriate colormaps: SkyBlue-Orange for the in-phase, and Green-Magenta for the quadrature phase. The function returns a handle to the figure window.
See also "RGB Image Decomposition". |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 03 Jan 2008 |
Improved the title and keywords. |
| 04 Jan 2008 |
Correct minor factual error in description. |
| 07 Jan 2008 |
Corrected the in-phase colormap so that it is orthogonal to the quadrature colormap. The new colormap is SkyBlue-Orange instead of the original Cyan-Red. |
| 07 Jan 2008 |
Fixed typo in description, and added "See also..." reference. |
| 10 Jan 2008 |
Added comment to the description that function returns a handle to the figure window. |
|
Contact us at files@mathworks.com