| Contents | Index |
flag = isrgb(A)
flag = isrgb(A) returns 1 if A is an RGB truecolor image and 0 otherwise.
isrgb uses these criteria to determine whether A is an RGB image:
If A is of class double, all values must be in the range [0,1], and A must be m-by-n-by-3.
If A is of class uint16 or uint8, A must be m-by-n-by-3.
A can be of class logical, uint8, uint16, or double.

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |