matching.h File Reference
#include "image.h"
#include "minutia.h"
Go to the source code of this file.
Function Documentation
|
- 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
|
|
- 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
|