Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsistentEdgePair ¶
type ConsistentEdgePair struct {
ProbeFrom, ProbeTo, CandidateFrom, CandidateTo int
}
func NewConsistentEdgePair ¶
func NewConsistentEdgePair(pair *matcher.MinutiaPair) *ConsistentEdgePair
type ConsistentHashEntry ¶
type ConsistentHashEntry struct { Key int Edges []*features.IndexedEdge }
type ConsistentMinutiaPair ¶
type ConsistentMinutiaPair struct {
Probe, Candidate int
}
func Roots ¶
func Roots(count int, roots []*matcher.MinutiaPair) []ConsistentMinutiaPair
type ConsistentPairingGraph ¶
type ConsistentPairingGraph struct { Root *ConsistentMinutiaPair Tree []*ConsistentEdgePair Support []*ConsistentEdgePair }
func NewConsistentPairingGraph ¶
func NewConsistentPairingGraph(pairing *matcher.PairingGraph) *ConsistentPairingGraph
type ConsistentSkeleton ¶
type ConsistentSkeleton struct {
Width, Height int
Minutiae []primitives.IntPoint
Ridges []*ConsistentSkeletonRidge
}
func NewConsistentSkeleton ¶
func NewConsistentSkeleton(skeleton *features.Skeleton) *ConsistentSkeleton
type ConsistentSkeletonRidge ¶
type ConsistentSkeletonRidge struct {
Start, End int
Points primitives.List[primitives.IntPoint]
}
Click to show internal directories.
Click to hide internal directories.