|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.upek.android.ptapi.struct.PtSwipeInfo
public class PtSwipeInfo
Swipe information structure.
Field Summary | |
---|---|
short |
backgroundColor
Image background color. |
byte |
invertedSwipe
Direction of swipe (0 = standard direction, 1 = inverted direction). |
byte |
noiseRobustnessFlags
Noise robustness flags. |
short |
qualityMessage
GUI message resulting from image quality test (see PT_GUIMSG_xxxx), 0xffff when image quality wasn't assessed. |
byte |
qualityScore
Image quality score, negative when image quality wasn't assessed. |
short |
realHeight
Number of actually reconstructed lines. |
short |
recErrorStates
Bit array with signaled reconstruction errors (see PT_RECERRBIT_xxxx). |
byte |
recScore
Reconstruction score. |
short |
roiLength
Vertical length of the region of interest, zero if no ROI was detected. |
short |
roiPos
Vertical position of the center of the region of interest (e.g. the core). |
Constructor Summary | |
---|---|
PtSwipeInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short backgroundColor
public byte invertedSwipe
public byte noiseRobustnessFlags
public short qualityMessage
public byte qualityScore
public short realHeight
public short recErrorStates
public byte recScore
public short roiLength
public short roiPos
Constructor Detail |
---|
public PtSwipeInfo()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |