Hardware function for solidifying fingerprint identification algorithm
A fingerprint recognition and algorithm technology, applied in the field of biometric recognition algorithms, can solve the problems of customization and lack of biometric recognition algorithms, etc., and achieve the effect of increasing the number of recognition comparisons, improving the recognition pass rate, and increasing the calculation time
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0004] 1. Function description
[0005] Function name: void MatchFeatures(lpFeatureVect pfile, lpFeatureVect psearch, lpPairVect ppairs)
[0006] Function function: Calculate the similarity between images.
[0007] Input parameters: lpFeatureVect pfile (fingerprint library feature vector), lpFeatureVect psearch (fingerprint feature vector participating in verification)
[0008] Output parameters: lpPairVect ppairs (number of matching feature points)
[0009] Result: success: 0<=number of matching feature points<=MAX_PAIR_NUM
[0010] Failed: Negative number or above MAX_PAIR_NUM.
[0011] 2. Code
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020] The above code calculates the correlation coefficient between two matrices, and the two matrices are two images.
[0021] The formula for the correlation coefficient between two matrices X and Y is as follows:
[0022]
[0023] The code calculates the correlation coefficie...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


