Module com.machinezoo.fingerprintio
Class Ansi378v2009CountEdge
- java.lang.Object
-
- com.machinezoo.fingerprintio.ansi378v2009.Ansi378v2009CountEdge
-
-
Constructor Summary
Constructors Constructor Description Ansi378v2009CountEdge()
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
-
Ansi378v2009CountEdge
public Ansi378v2009CountEdge()
Creates new edge between minutiae (EDGEDEF).
-
-