필터 지우기
필터 지우기

i have an image in tiff format, i want to set a threshold temperature say 315 then i want to calculate the mean and the standard deviation around this threshold.the window sholud be 3X3 matrix.how do i go about this

조회 수: 2 (최근 30일)
the size of image is NxM matrix
  댓글 수: 3
KSSV
KSSV 2018년 11월 14일
A clue is given....what else specific you want?
  1. Find the locations of your desired temperature.
  2. Run a loop for each locaton
  3. For one location, as you know the index..you can get surrounding 3X3 points. Get these points.
  4. Get the mean

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품


릴리스

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by