| Home | Trees | Indices | Help |
|---|
|
|
This module contains functions for reading and writing files for the Biometrics Evaluation Environment (BEE) including distance matricies and sigsets.
Author: David S. Bolme (CSU) and C.J. Carey (NIST)
see: <a href="http://www.bee-biometrics.org">http://www.bee-biometrics.org</a>
|
|||
| BEEDistanceMatrix | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
BIOMETRIC_SIGNATURE =
|
|||
PRESENTATION =
|
|||
COMPLEX_BIOMETRIC_SIGNATURE =
|
|||
COMPLEX_PRESENTATION =
|
|||
COMPLEX_COMPONENT =
|
|||
COMPLEX_DATA =
|
|||
BEE_NONMATCH = 127
|
|||
BEE_MATCH = -1
|
|||
BEE_DONTCARE = 0
|
|||
BEE_CODE_MAP =
|
|||
__package__ =
|
|||
|
|||
the format of a sigset is:
sigset = [
("subject_id", #biometric-signature
[ # multiple presentations
{'name':"recording_id", 'modality':"...", 'file-name':"...", 'file-format':"..."},
{'name':"recording_id", 'modality':"...", 'file-name':"...", 'file-format':"..."},
{'name':"recording_id", 'modality':"...", 'file-name':"...", 'file-format':"..."}
]
),
("subject_id",#biometric-signature
[ # multiple presentations
{'name':"recording_id", 'modality':"...", 'file-name':"...", 'file-format':"..."},
{'name':"recording_id", 'modality':"...", 'file-name':"...", 'file-format':"..."},
{'name':"recording_id", 'modality':"...", 'file-name':"...", 'file-format':"..."}
]
)
]
|
save a sigset to a file.
|
Computes a mask matrix from two sigsets.
|
|
|||
BIOMETRIC_SIGNATURE
|
PRESENTATION
|
COMPLEX_BIOMETRIC_SIGNATURE
|
COMPLEX_PRESENTATION
|
COMPLEX_COMPONENT
|
COMPLEX_DATA
|
BEE_CODE_MAP
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 21 14:31:58 2015 | http://epydoc.sourceforge.net |