Module com.machinezoo.fingerprintio
Class Iso19794p2v2005CountEdge
- java.lang.Object
-
- com.machinezoo.fingerprintio.iso19794p2v2005.Iso19794p2v2005CountEdge
-
-
Constructor Summary
Constructors Constructor Description Iso19794p2v2005CountEdge()
Creates new edge between minutiae (EDGEDEF).
-
-
-
Field Detail
-
from
public int from
Starting minutia of the edge (EDGEFROM).
-
to
public int to
Ending minutia of the edge (EDGETO).
-
count
public int count
Number of ridges the edge crosses (RIDGECOUNT).
-
-
Constructor Detail
-
Iso19794p2v2005CountEdge
public Iso19794p2v2005CountEdge()
Creates new edge between minutiae (EDGEDEF).
-
-