Borrar filtros
Borrar filtros

number of pixels versus y-axis of an image

2 visualizaciones (últimos 30 días)
Adithya Chakilam
Adithya Chakilam el 20 de En. de 2017
Respondida: Image Analyst el 20 de En. de 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 comentarios
Image Analyst
Image Analyst el 20 de En. de 2017
You need to explain what those profiles/plots represent.
Jorge Mario Guerra González
Jorge Mario Guerra González el 20 de En. de 2017
Yes, try to explain in a better way what your question is.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 20 de En. de 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);

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by