biometrics
biometrics copied to clipboard
Thinning.py and Sobel.py leads to an error: SystemError: new style getargs format but argument is not a tuple
$ python gabor.py images/ppf1.png 16 --save
calculating orientation done
smoothing angles done
computing local ridge frequency done
Traceback (most recent call last):
File "gabor.py", line 71, in
And
$ python thining.py images/ppf1_enhanced.gif --save
loading phase done
single thining phase done
single thining phase done
single thining phase done
single thining phase done
single thining phase done
single thining phase done
single thining phase done
thining done
Traceback (most recent call last):
File "thining.py", line 77, in
HI @Khaalidi did you resolve this issue?
@Saranyamadhanagopal No, I just forgot about this issue, and I found it Python was not a good decision for this computational intentisive task, and I decided to reinvent the wheel in OpenCV C++.
If you working on some fingerprint biometric verification system, I would strongly suggest you to go for SourceAFIS, it is an open source fingerprints verification framework, purely written in Java and have .NET port too.
@Khaalidi thanks for your suggestion.
@Saranyamadhanagopal You're Welcome