How to calculate the ZNCC threshold?

조회 수: 2 (최근 30일)
remos remos
remos remos 2015년 8월 1일
답변: Image Analyst 2015년 8월 1일
I'd like to know how to fix the threshold of ZNCC method and how it is calculated? paper in this field will be desirable
thank you in advance
  댓글 수: 4
remos remos
remos remos 2015년 8월 1일
This is an image matching method I want to know how to calculate the threshold to say that points are matched the interval results thank you
remos remos
remos remos 2015년 8월 1일
thank you Roger Stafford

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

답변 (2개)

Roger Stafford
Roger Stafford 2015년 8월 1일
This paper gives a method of computation:
http://vision.deis.unibo.it/fede/papers/iciar04.pdf
As for choosing a threshold, it is not computed but is something that a user must choose based on comparison with samples that are to be considered alike and those considered different. The ZNCC value lies between -1 and +1. The closer to +1 the greater the similarity.
  댓글 수: 3
Roger Stafford
Roger Stafford 2015년 8월 1일
Choosing an appropriate threshold value is something that depends on a number of variables: 1) the nature of the imaging system, 2) the typical variations in the scene to be viewed that are to be disregarded versus those of significance, and 3) the degree of certainly the user wishes to have so as not to miss a significant event versus the expense of responding to non-significant events. I see no way of choosing such threshold values that does not involve a careful consideration and experimentation by the user rather than some automatic computation. Would you trust such an automatic method, Remos?
remos remos
remos remos 2015년 8월 1일
so no means for the choice of the threshold. experimentation is the only way thank you my friend for these kind explanations

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


Image Analyst
Image Analyst 2015년 8월 1일
normxcorr2() may do what you want. It normalizes to zero mean and unit standard deviation. See the definition at https://en.wikipedia.org/wiki/Cross-correlation#Normalized_cross-correlation and see if that will work for you.
What do you need to do, and why do you think you need this specialized version of the normalized cross correlation instead of the regular one? Show us your image and template and show us how normxcorr2() fails on your images so we can help you further.

카테고리

Help CenterFile Exchange에서 Agriculture에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by