convert red channel to green

3 visualizaciones (últimos 30 días)
ahmed Khaleel
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).

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de En. de 2017
TheImage(:, :, [2 1 3])
This would swap the color planes

Más respuestas (0)

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!

Translated by