필터 지우기
필터 지우기

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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by