convert red channel to green
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ahmed Khaleel
el 29 de En. de 2017
Respondida: Walter Roberson
el 29 de En. de 2017
is there any way to convert RGB image red-channel into green-channel for the same image I know that I can get it by using image(:,:,2).
0 comentarios
Respuesta aceptada
Walter Roberson
el 29 de En. de 2017
TheImage(:, :, [2 1 3])
This would swap the color planes
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!