Palmvein Recognition SDK - Server
This stands for palm-vein reader, palmvein scanner, palmvein recognition, palmvein matching, hand landmark, palmvein identity, palmvein comparison on Linux and Windows
Last updated
# Python code example
machineCode = getMachineCode()
print("\nmachineCode: ", machineCode.decode('utf-8'))# Python code example
ret = setActivation(license.encode('utf-8'))
print("\nactivation: ", ret)# Python code example
roi, label = get_roi_image(cv2.flip(image, 1))# Python code example
cnt = getFeature(roi_byte, len(roi_byte), feature_array)# Python code example
roi, label = get_roi_image(cv2.flip(image, 1))# Python code example
cnt = getFeature(roi_byte, len(roi_byte), feature_array)# Python code example
score = getScore(feature_array1, cnt1, feature_array2, cnt2)