フィルターのクリア

number of pixels versus y-axis of an image

2 ビュー (過去 30 日間)
Adithya Chakilam
Adithya Chakilam 2017 年 1 月 20 日
回答済み: Image Analyst 2017 年 1 月 20 日
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 件のコメント
Image Analyst
Image Analyst 2017 年 1 月 20 日
You need to explain what those profiles/plots represent.
Jorge Mario Guerra González
Jorge Mario Guerra González 2017 年 1 月 20 日
Yes, try to explain in a better way what your question is.

サインインしてコメントする。

回答 (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 Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by