How can convert image to rgb
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammad Bayero
el 24 de En. de 2018
Comentada: Image Analyst
el 25 de En. de 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 comentarios
Respuesta aceptada
Image Analyst
el 25 de En. de 2018
Try this:
rgbImage = imread(filename);
imshow(rgbImage);
3 comentarios
Image Analyst
el 25 de En. de 2018
Depends on what your definition of normalised is. Look into the im2double() and mat2gray() functions.
Más respuestas (0)
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!