transparency

package
v0.0.0-...-c1f540c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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]
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL