Module com.machinezoo.fingerprintio
Class Iso19794p2v2005CountExtension
- java.lang.Object
-
- com.machinezoo.fingerprintio.iso19794p2v2005.Iso19794p2v2005CountExtension
-
-
Field Summary
Fields Modifier and Type Field Description List<Iso19794p2v2005CountEdge>
edges
List of edges (EDGEDEF).Iso19794p2v2005CountType
type
Edge picking method (STARTYPE).
-
Constructor Summary
Constructors Constructor Description Iso19794p2v2005CountExtension()
Creates new ridge count extension (RCOUNTEXT).
-
-
-
Field Detail
-
type
public Iso19794p2v2005CountType type
Edge picking method (STARTYPE). Defaults toIso19794p2v2005CountType.CUSTOM
.
-
edges
public List<Iso19794p2v2005CountEdge> edges
List of edges (EDGEDEF).
-
-
Constructor Detail
-
Iso19794p2v2005CountExtension
public Iso19794p2v2005CountExtension()
Creates new ridge count extension (RCOUNTEXT).
-
-