Statistical variant formula from histogram data

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

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 19 Dez. 2019
Bearbeitet: KALYAN ACHARJYA am 19 Dez. 2019

0 Stimmen

Apply var on histcoounts data

4 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 19 Dez. 2019

Kommentiert:

am 19 Dez. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by