Filter löschen
Filter löschen

number of pixels versus y-axis of an image

2 Ansichten (letzte 30 Tage)
Adithya Chakilam
Adithya Chakilam am 20 Jan. 2017
Beantwortet: Image Analyst am 20 Jan. 2017
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?
  2 Kommentare
Image Analyst
Image Analyst am 20 Jan. 2017
You need to explain what those profiles/plots represent.
Jorge Mario Guerra González
Yes, try to explain in a better way what your question is.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 20 Jan. 2017
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);

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by