problem to adding pixel values?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
when i am adding the pixel value of red , green , blue component separately of colored image it always give 255 maximum .whats the problem??
0 Commenti
Risposta accettata
Walter Roberson
il 23 Feb 2013
Try this at the command line:
uint8(255) + uint8(2)
And then this
double(uint8(255)) + double(uint8(2))
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Read, Write, and Modify Image 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!