How to make equation in matlab algorithm?
Mostra commenti meno recenti

How do I transform this equation into matlab algoritm?
eqn: where M and N are the dimensions of the image, and X is the intensity of the pixel located at row i and column j in the image map.
Risposte (1)
Jan
il 23 Mar 2017
E = sum(X(:)) / numel(X);
or
E = mean(X(:))
1 Commento
Afiqah Abu Samah
il 23 Mar 2017
Categorie
Scopri di più su Image Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!