EDCC-Palmprint-Recognition icon indicating copy to clipboard operation
EDCC-Palmprint-Recognition copied to clipboard

EDCC: An efficient and accurate algorithm for palmprint recognition.

Results 5 EDCC-Palmprint-Recognition issues
Sort by recently updated
recently updated
newest added

你好,请问掌纹的预处理是怎么样的?首先检测出手掌,然后分割出掌纹,然后再对齐吗?

I had to save encode of palmprint become a file with pickle, but i had this error: ``` Traceback (most recent call last): File "/home/pi/Coba/PalmDetection/PalmRecognition.py", line 19, in bytes =...

``` shell EDCC-Palmprint-Recognition/build$ cmake .. && sudo make install CMake Warning (dev) at CMakeLists.txt:7 (PROJECT): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for...

报错信息如下: [INFO] pulling registry.cn-hangzhou.aliyuncs.com/leosocy/opencv:ci image success! -- Configuring done -- Generating done -- Build files have been written to: /app/build_install/googletest-download [ 11%] Performing download step (git clone) for 'googletest' Cloning...

https://github.com/leosocy/EDCC-Palmprint-Recognition/blob/c90875837c8bbd9be889dbd42ee51f78c9354683/src/core/comparer.cpp#L23 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...