Statistical variant formula from histogram data

Need some help, how i can implement Statistical variant formula from a image histogram..?

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 19 Déc 2019
Modifié(e) : KALYAN ACHARJYA le 19 Déc 2019

0 votes

Apply var on histcoounts data

4 commentaires

Can i get the example code...
Is this?
[counts,binLocations]=imhist(image);
var_data=var(counts)
Hmm, what is "counts, binLocations"..? That code can change to Another one..?
yes any variable name as you wish

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by