how to set pixel become white pixel
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i have an image, i want to set row 0 until row 20 become all white pixel in that image. here i attach my illustration pic for your understanding. help me please http://i1259.photobucket.com/albums/ii548/msaiful89/hmm.png
0 Commenti
Risposte (1)
Walter Roberson
il 18 Mag 2012
YourImage(1:21,:,:) = 255;
Replace the 255 with 1 if your image is floating point.
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!