Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:fingerprint_api [2018/03/15 15:34]
yjjung [Fingerprint API]
en:fingerprint_api [2019/05/17 11:19]
yjjung [Fingerprint API]
Line 5: Line 5:
  
   * [[BS2_ScanFingerprint]]:​ Scans a fingerprint from a device and extracts template data.   * [[BS2_ScanFingerprint]]:​ Scans a fingerprint from a device and extracts template data.
-  * [[BS2_ScanFingerprintEx]]:​​ Scans a fingerprint from a device and extracts template data and scores.+  * [[BS2_ScanFingerprintEx]]:​​ Scans a fingerprint from a device and extracts template data and scan image scores.
   * [[BS2_VerifyFingerprint]]:​ Compares the template data to check if it is the same finger.   * [[BS2_VerifyFingerprint]]:​ Compares the template data to check if it is the same finger.
   * [[BS2_GetLastFingerprintImage]]:​ Extracts the image of the last scanned fingerprint using the BS2_ScanFingerprint API.   * [[BS2_GetLastFingerprintImage]]:​ Extracts the image of the last scanned fingerprint using the BS2_ScanFingerprint API.
Line 23: Line 23:
 </​code>​ </​code>​
 **1. //index//** \\  **1. //index//** \\ 
-The index of finger. \\ \\+The index of finger. This is a flag that user can manage manually, not changing automatically. If you want to manage fingerprint index, please assign a number when you enroll fingerprint. \\ \\
 **2. //flag//** \\  **2. //flag//** \\ 
 Flag that indicates the purpose of the fingerprint. \\  Flag that indicates the purpose of the fingerprint. \\