How can convert image to rgb
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Muhammad Bayero
le 24 Jan 2018
Commenté : Image Analyst
le 25 Jan 2018
Good day. pls i am working a project that i need to convert image to rgb image. can someone with the codes. Iam new to matlab. Thanks
2 commentaires
Réponse acceptée
Image Analyst
le 25 Jan 2018
Try this:
rgbImage = imread(filename);
imshow(rgbImage);
3 commentaires
Image Analyst
le 25 Jan 2018
Depends on what your definition of normalised is. Look into the im2double() and mat2gray() functions.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!