How to calculate the ZNCC threshold?

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

Image Analyst
Image Analyst 2015년 8월 1일

I've never heard of that acronym that you evidently think is so common that everyone knows about. I doubt I'm the only one who doesn't know what it is. What field of study does ZNCC pertain to?

Roger Stafford
Roger Stafford 2015년 8월 1일
편집: Roger Stafford 2015년 8월 1일
@Image Analyst: ZNCC is short for "Zero mean Normalized Cross-Correlation" and is a precisely-defined quantity. For example see
http://vision.deis.unibo.it/fede/papers/iciar04.pdf
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일

0 개 추천

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

remos remos
remos remos 2015년 8월 1일
I want to know how to justify the choice of a threshold of 0.8 or 0.6 for example is there not a study already done? thank you
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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Display Image에 대해 자세히 알아보기

질문:

2015년 8월 1일

답변:

2015년 8월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by