FingerTemplate.ridgeEndingType Property¶
Module: FingerTemplate
Type: int
Definition¶
Method used to determine the location of a ridge ending with respect to the ISO/IEC 19794-2:2011. 0 indicates that the minutia was located at the intersection of 3 valleys, 1 means that it was located using the ridge skeleton endpoint.
ridge_ending_type: int
Exceptions
An error has occurred during Finger Library execution.
int get ridgeEndingType => getRidgeEndingType();
set ridgeEndingType(int value) => setRidgeEndingType(value);
Exceptions
An error has occurred during Finger Library execution.
public int ridgeEndingType
{
get => GetridgeEndingType();
set => SetridgeEndingType(ref value);
}
Exceptions
An error has occurred during Finger Library execution.
public int getRidgeEndingType() throws FingerException
public void setRidgeEndingType(int ridgeEndingType) throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var ridgeEndingType: Int
get {
return Int(try! getRidgeEndingType())
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplate_GetRidgeEndingType (ID3_FINGER_TEMPLATE hFingerTemplate, int * ridgeEndingType)
int id3FingerTemplate_SetRidgeEndingType (ID3_FINGER_TEMPLATE hFingerTemplate, int ridgeEndingType)
Returns