I'm working on bio-metrics java project.
I extracted minutiae points from fingerprint that consists of three values (x,y,Q).
Values example:
x: 274
y: 87
angle (Q): 18
I need to quantize the three values to single one (double of 16 bits).
How it could be done?