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
PruningMethodin Method to use to prune the template.max_minutiae_count
intin Maximum number of minutiae to prune to.
Exceptions
An error has occurred during Finger Library execution.
void prune(PruningMethod pruningMethod, int maxMinutiaeCount)
Parameters
pruningMethod
PruningMethodin Method to use to prune the template.maxMinutiaeCount
intin 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
PruningMethodin Method to use to prune the template.maxMinutiaeCount
intin 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
PruningMethodin Method to use to prune the template.maxMinutiaeCount
intin 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
PruningMethodin Method to use to prune the template.maxMinutiaeCount
Int32in 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_TEMPLATEin Handle to the FingerTemplate object.ePruningMethod
id3FingerPruningMethodin Method to use to prune the template.maxMinutiaeCount
intin Maximum number of minutiae to prune to.
Returns