FingerTemplate.prune Method

Module: FingerTemplate

Definition

Reduces the number of minutiae in the template using the given method.

prune(self, pruning_method: PruningMethod, max_minutiae_count: int) -> None

Parameters

pruning_method PruningMethod
in Method to use to prune the template.

max_minutiae_count int
in Maximum number of minutiae to prune to.

Exceptions

An error has occurred during Finger Library execution.
void prune(PruningMethod pruningMethod, int maxMinutiaeCount)

Parameters

pruningMethod PruningMethod
in Method to use to prune the template.

maxMinutiaeCount int
in Maximum number of minutiae to prune to.

Exceptions

An error has occurred during Finger Library execution.
public void Prune(PruningMethod pruningMethod, int maxMinutiaeCount)

Parameters

pruningMethod PruningMethod
in Method to use to prune the template.

maxMinutiaeCount int
in Maximum number of minutiae to prune to.

Exceptions

An error has occurred during Finger Library execution.
public void prune(PruningMethod pruningMethod, int maxMinutiaeCount) throws FingerException

Parameters

pruningMethod PruningMethod
in Method to use to prune the template.

maxMinutiaeCount int
in Maximum number of minutiae to prune to.

Exceptions

An error has occurred during Finger Library execution.
public func prune(pruningMethod: PruningMethod, maxMinutiaeCount: Int32) throws

Parameters

pruningMethod PruningMethod
in Method to use to prune the template.

maxMinutiaeCount Int32
in Maximum number of minutiae to prune to.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplate_Prune (
    ID3_FINGER_TEMPLATE hFingerTemplate,
    id3FingerPruningMethod ePruningMethod,
    int maxMinutiaeCount)

Parameters

hFingerTemplate ID3_FINGER_TEMPLATE
in Handle to the FingerTemplate object.

ePruningMethod id3FingerPruningMethod
in Method to use to prune the template.

maxMinutiaeCount int
in Maximum number of minutiae to prune to.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.