Effacer les filtres
Effacer les filtres

number of pixels versus y-axis of an image

2 vues (au cours des 30 derniers jours)
Adithya Chakilam
Adithya Chakilam le 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 commentaires
Image Analyst
Image Analyst le 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.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 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);

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by