Borrar filtros
Borrar filtros

how to replace the pixel value

3 visualizaciones (últimos 30 días)
asthana
asthana el 4 de Mzo. de 2014
Respondida: David Sanchez el 4 de Mzo. de 2014
hello i have a question that how to replace the pixel value with other pixel value

Respuesta aceptada

David Sanchez
David Sanchez el 4 de Mzo. de 2014
Just assign the value: For pixel (i,j), given a RGB image (n x m x 3 matrix):
p(i,j,:) = [0.2 0.4 0.5];

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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!

Translated by