How can convert image to rgb
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Muhammad Bayero
il 24 Gen 2018
Commentato: Image Analyst
il 25 Gen 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 Commenti
Risposta accettata
Image Analyst
il 25 Gen 2018
Try this:
rgbImage = imread(filename);
imshow(rgbImage);
3 Commenti
Image Analyst
il 25 Gen 2018
Depends on what your definition of normalised is. Look into the im2double() and mat2gray() functions.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Convert Image Type in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!