How to find area of target in an image?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
santhosh kumar buddepu
el 3 de Jun. de 2021
Comentada: santhosh kumar buddepu
el 22 de Oct. de 2021
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 comentarios
Image Analyst
el 5 de Jun. de 2021
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?
Respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!