Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
how to average image pixels without taking black color pixels (pixel=0)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i'm using m= mean2 (current_image);
mean2 takes all pixels ,the balckpixel=0 do not have value but they are counted in total number of pixels ( n )
mean2= h1+h2+....+h10+....+hn / n
if h1 = 0 ,so it is not counted in numerator but it is counted in the denominator
i wantn't count them in denominator
thanks in advance
0 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!