필터 지우기
필터 지우기

How to find area of target in an image?

조회 수: 4 (최근 30일)
santhosh kumar buddepu
santhosh kumar buddepu 2021년 6월 3일
댓글: santhosh kumar buddepu 2021년 10월 22일
I need to find out signal to noise or clutter ratio like this.
SNR=double summation(A(i,j)^2/B(m,n)^2) where B[M × N] is B-san data, A[I × J ] is the area of target, A(i, j) and B(m,n) are normalized gray
value (I could not insert a formulae that's why I have written snr equation very badly). my query is how to find area of target in image as I have uploaded
  댓글 수: 3
Image Analyst
Image Analyst 2021년 6월 5일
Can you outline the target in red or something so we know where in the image it is? Is the target a rectangle or an irregular shape? Is it defined by thresholding? Like it's anything more than a certain intensity away from the background intensity?
And what is B? Is B the entire image? Or the entire image except for the target pixels?
santhosh kumar buddepu
santhosh kumar buddepu 2021년 10월 22일
The target is hyperbola shape. where B is entire image. It is B-scan image which is formed by concatenating all A-scans. for plotting the image I have used imagesc, it is not like normal image which can read and shown by imread and imshow.

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

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by