FVS Fingerprint Verification System API Documentation

matching.h File Reference

#include "image.h"
#include "minutia.h"

Go to the source code of this file.

Functions

FvsError_t MatchingCompareImages (const FvsImage_t image1, const FvsImage_t image2, FvsInt_t *pgoodness)
FvsError_t MatchingCompareMinutiaSets (const FvsMinutiaSet_t minutia1, const FvsMinutiaSet_t minutia2, FvsInt_t *pgoodness)


Function Documentation

FvsError_t MatchingCompareImages const FvsImage_t    image1,
const FvsImage_t    image2,
FvsInt_t   pgoodness
 

Todo:
Document and implement, remove local functions
Parameters:
image1 First image to compare
image2 Second image that wil be compared to image1
pgoodness An index that indicates how good the match is, the higher, the better
Returns:
An error code

FvsError_t MatchingCompareMinutiaSets const FvsMinutiaSet_t    minutia1,
const FvsMinutiaSet_t    minutia2,
FvsInt_t   pgoodness
 

Todo:
Document and implement, remove local functions
Parameters:
minutia1 First minutia set to compare
minutia2 Second minutia set that wil be compared to image1
pgoodness An index that indicates how good the match is, the higher, the better
Returns:
An error code


Generated on Sat May 31 20:07:30 2003 for FVS Fingerprint Verification System by doxygen 1.3-rc3 Jaap de Haan (BinaryMan)