error using rgb2gray
Afficher commentaires plus anciens
image is in png format.
my code:
C= imread(rgb2gray(I));
error:
Error using rgb2gray>parse_inputs (line 80)
MAP must be a m x 3 array.
Error in rgb2gray (line 52)
isRGB = parse_inputs(X);
Error in DroseyeSvm (line 6)
C=imread(rgb2gray(B));
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!