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.

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. 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

backgroundColor

public short backgroundColor
Image background color.


invertedSwipe

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


noiseRobustnessFlags

public byte noiseRobustnessFlags
Noise robustness flags.


qualityMessage

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


qualityScore

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


realHeight

public short realHeight
Number of actually reconstructed lines.


recErrorStates

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


recScore

public byte recScore
Reconstruction score.


roiLength

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


roiPos

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

Constructor Detail

PtSwipeInfo

public PtSwipeInfo()