number of pixels versus y-axis of an image

2 次查看(过去 30 天)
I have a binary image and want to plot the graph like this and find out the standard deviation of the image. how can i do this?

回答(1 个)

Image Analyst
Image Analyst 2017-1-20
I have no idea what your plots mean or what pixels they are counting, but to get the standard deviation of a gray scale image, do this.
stDev = std2(grayImage);

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by