Utkarsh-Deshmukh / Fingerprint-Feature-Extraction

Extract minutiae features from fingerprint images
MIT License
144 stars 44 forks source link

match features using BFMatcher #8

Closed m3di closed 3 years ago

m3di commented 3 years ago

Hi, I'm kind of new in this field. i will appreciate if you give me some advise. I want to check whether two fingerprint will match or not. First i enhanced my fingerprint pictures then i extracted FeaturesTerminations, FeaturesBifurcations of both. Next i have to use some cv2 matcher like brute-force descriptor matcher to match FeaturesBifurcations. as i understanded i need to define a custom distance metric. What would be a good distance metric for FeaturesBifurcations object?

Utkarsh-Deshmukh commented 3 years ago

check this issue: https://github.com/Utkarsh-Deshmukh/Fingerprint-Feature-Extraction/issues/4

Best Regards