Statistical variant formula from histogram data
显示 更早的评论
Need some help, how i can implement Statistical variant formula from a image histogram..?
回答(1 个)
KALYAN ACHARJYA
2019-12-19
编辑:KALYAN ACHARJYA
2019-12-19
0 个投票
4 个评论
Nayuta Altria
2019-12-19
KALYAN ACHARJYA
2019-12-19
Is this?
[counts,binLocations]=imhist(image);
var_data=var(counts)
Nayuta Altria
2019-12-19
KALYAN ACHARJYA
2019-12-19
yes any variable name as you wish
类别
在 帮助中心 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!