Azzera filtri
Azzera filtri

number of pixels versus y-axis of an image

2 visualizzazioni (ultimi 30 giorni)
Adithya Chakilam
Adithya Chakilam il 20 Gen 2017
Risposto: Image Analyst il 20 Gen 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 Commenti
Image Analyst
Image Analyst il 20 Gen 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.

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 20 Gen 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);

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by