python-fingerprint-recognition icon indicating copy to clipboard operation
python-fingerprint-recognition copied to clipboard

Fingerprint recognition with OpenCV

Results 6 python-fingerprint-recognition issues
Sort by recently updated
recently updated
newest added

I replace line 80 to avoid the following error : TypeError: object of type cannot be safely interpreted as an integer.

x, y = np.meshgrid(np.linspace(-sze, sze, (2 * sze + 1)), np.linspace(-sze, sze, (2 * sze + 1))) File "", line 6, in linspace File "C:\Users\ICY media\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\core\function_base.py", line 121, in linspace...

when I gives 2nd image of database as input image then it shows not matched ,please help me out of this

hi here is steps i follow: ``` git clone https://github.com/kjanko/python-fingerprint-recognition.git cd python-fingerprint-recognition docker build -t finger:latest . docker run -it finger:latest 101_1.tif 101_2.tif ``` this will produce following error: ```...

File "app.py", line 45, in get_descriptors img = image_enhance.image_enhance(img) File "C:\Users\Pavilion\Downloads\python-fingerprint-recognition-master\python-fingerprint-recognition-master\enhance\image_enhance.py", line 35, in image_enhance newim = ridge_filter(normim, orientim, freq, kx, ky); # create gabor filter and do the actual...

I tried to run the code on raspberry pi, the value of score/len(matches) is different there. when i run this code on anaconda3 the value is 46 but i receive...

wontfix