Statistical variant formula from histogram data

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

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 19 Dec 2019
Edited: KALYAN ACHARJYA on 19 Dec 2019
Apply var on histcoounts data

4 Comments

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

Sign in to comment.

Asked:

on 19 Dec 2019

Commented:

on 19 Dec 2019

Community Treasure Hunt

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

Start Hunting!