Effacer les filtres
Effacer les filtres

how to replace the pixel value

3 vues (au cours des 30 derniers jours)
asthana
asthana le 4 Mar 2014
hello i have a question that how to replace the pixel value with other pixel value

Réponse acceptée

David Sanchez
David Sanchez le 4 Mar 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];

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by