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
This stands for palm-vein reader, palmvein scanner, palmvein recognition, palmvein matching, hand landmark, palmvein identity, palmvein comparison on Linux and Windows
Last updated
We offer lifetime license(perpetual license)
based on machine ID
for every server(Windows
, Linux
). The license is available for one-time payment
. In other words, once you purchase license from me, you can use our SDK
permanently.
To request a license, please contact us:
Email: contact@kby-ai.com
CPU: 2 cores or more (Recommended: 2 cores)
RAM: 4 GB or more (Recommended: 8 GB)
HDD: 4 GB or more (Recommended: 8 GB)
OS: Windows 7 or later
Architecture: x64
CPU: 2 cores or more (Recommended: 2 cores)
RAM: 4 GB or more (Recommended: 8 GB)
HDD: 4 GB or more (Recommended: 8 GB)
OS: Ubuntu 20.04 or later
Architecture: x64
Obtain macihne code
to activate and request license.
Activate SDK
using licnese key
Once ret
value is zero, SDK
can get work started.
ROI
Extraction The SDK
provides a single API for detecting hands and extracting ROI
from the whole hand image(palmvein
).
The function can be used as follows:
Next, Create Feature getFeature
function returns palmvein feature against ROI
data.
ROI
Extraction The SDK
provides a single API for detecting hands and extracting ROI
from the whole hand image(palmvein
).
The function can be used as follows.
image
: input image
label
: Left
hand or Right
one
roi
: hand ROI(Region Of Interest)
image to get palm feature.
Create Feature getFeature
function returns palmvein feature against ROI
data.
The function can be used as follows:
roi_byte
: ROI
image in byte format (image should be converted to byte format by function mat_to_byets()
).
feature_array
: palmvein feature extracted from hand ROI
data.
The getScore()
function takes two palmvein feature
s as arguments and returns score
value to determine whether 2 input hands are from the same or different.