Next:Suppressing ambiguities, validation Up:Graph matching Previous:4th step : Results analysis


 
 

Validation criterion

Features used to qualify the matching :  i -> image, c -> map
 

1) Distance between two sections:
 
 

\begin{displaymath}D(S_i,S_c)=\frac{1}{N(i)}\sum_{n=1}^{N(i)} P(n)\times d(p_n^i,S_c)\end{displaymath}





with the weighting:
 
 

\begin{displaymath}P(n)=\frac{MAX(n,N(i)-n)-N(i)/2}{N(i)}\end{displaymath}







2) Relative length:
 
 

\begin{displaymath}R_l(S_i,S_c)=\frac{MIN(l(S_i),l(S_c))}{MAX(l(S_i),l(S_c))}\end{displaymath}





3) Matched relative length:
 
 

\begin{displaymath}R_{M_c}(S_i)=\frac{l_{M_c}(S_i)}{l(S_i)}\end{displaymath}

Chosen criterion to analyse the matched pairs:
\begin{displaymath}C(S_i,S_c)=D(S_i,S_c)\times (1-R_l(S_i,S_c)\times R_{M_c}(S_i))\end{displaymath}

Only the matched pairs for which this criterion is lower than a given threshold are considered as valid.
 


Christine Hivernat & Xavier Descombes

November 1998