You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the matching stage's math definition $$M\left(X,Y\right)=\frac{1}{2N^2}\sum_{i=1}^{N}\sum_{j=1}^{N}\left[\left(C_X\left(i,j\right)==C_Y\left(i,j\right)\right)+\left(C_X\left(i,j\right)==C_Y\left(i,j\right)\right)\cap\lnot\left(Cs_X\left(i,j\right)\oplus C s_Y\left(i,j\right)\right)\right]$$
When the variable $d$ is the same but the variable $s$ is different, the acc variable should be increased by 1.
In addition, if the variable $d$ is the same but the variable $s$ is different, the distance should yield a specific value of 0x10. It is not recommended to use a comparison expression for this simple operation; instead, an equality expression should be used.
The text was updated successfully, but these errors were encountered:
EDCC-Palmprint-Recognition/src/core/comparer.cpp
Lines 18 to 24 in c908758
Based on the matching stage's math definition
$$M\left(X,Y\right)=\frac{1}{2N^2}\sum_{i=1}^{N}\sum_{j=1}^{N}\left[\left(C_X\left(i,j\right)==C_Y\left(i,j\right)\right)+\left(C_X\left(i,j\right)==C_Y\left(i,j\right)\right)\cap\lnot\left(Cs_X\left(i,j\right)\oplus C s_Y\left(i,j\right)\right)\right]$$
When the variable$d$ is the same but the variable $s$ is different, the
acc
variable should be increased by 1.In addition, if the variable$d$ is the same but the variable $s$ is different, the
distance
should yield a specific value of 0x10. It is not recommended to use a comparison expression for this simple operation; instead, an equality expression should be used.The text was updated successfully, but these errors were encountered: