com.upek.android.ptapi.struct
Class PtSwipeInfo

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtSwipeInfo
All Implemented Interfaces:
java.io.Serializable

public class PtSwipeInfo
extends java.lang.Object
implements java.io.Serializable

Swipe information structure.

Author:
michal.sida
See Also:
Serialized Form

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.
 
Constructor Summary
PtSwipeInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realHeight

public short realHeight
Number of actually reconstructed lines.


backgroundColor

public short backgroundColor
Image background color.


roiPos

public short roiPos
Vertical position of the center of the region of interest (e.g. the core). Negative if no ROI was detected.


roiLength

public short roiLength
Vertical length of the region of interest, zero if no ROI was detected.


recErrorStates

public short recErrorStates
Bit array with signaled reconstruction errors (see PT_RECERRBIT_xxxx).


qualityMessage

public short qualityMessage
GUI message resulting from image quality test (see PT_GUIMSG_xxxx), 0xffff when image quality wasn't assessed.


recScore

public byte recScore
Reconstruction score.


qualityScore

public byte qualityScore
Image quality score, negative when image quality wasn't assessed.


invertedSwipe

public byte invertedSwipe
Direction of swipe (0 = standard direction, 1 = inverted direction).


noiseRobustnessFlags

public byte noiseRobustnessFlags
Noise robustness flags.

Constructor Detail

PtSwipeInfo

public PtSwipeInfo()