FingerData class

Constructors

FingerData({required List<int> fingerImage, required int quality, required int nfiq, required List<int> rawData, required List<int> iSOTemplate, required double inWidth, required double inHeight, required double inArea, required double resolution, required int grayScale, required int bpp, required double wSQCompressRatio, required String wSQInfo})
FingerData.load(Map data)
factory

Properties

bpp int
final
fingerImage List<int>
final
grayScale int
final
hashCode int
The hash code for this object.
no setterinherited
inArea double
final
inHeight double
final
inWidth double
final
iSOTemplate List<int>
final
nfiq int
final
quality int
final
rawData List<int>
final
resolution double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wSQCompressRatio double
final
wSQInfo String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited