Nail to Nail Fingerprint Capture Challenge
API for participant-specific one-to-many template generation and template matching.
|
CBiometricEvaluation::Memory::AutoArray< T > | A C-style array wrapped in the facade of a C++ STL container |
CN2N::Candidate | Object used to report a single candidate in a candidate list |
▼Cstd::exception | STL class |
▼CBiometricEvaluation::Error::Exception | The parent class of all BiometricEvaluation exceptions |
CBiometricEvaluation::Error::ConversionError | Error when converting one object into another, a property value from string to int, for example |
CBiometricEvaluation::Error::DataError | Error when reading data from an external source |
CBiometricEvaluation::Error::FileError | File error when opening, reading, writing, etc |
CBiometricEvaluation::Error::MemoryError | An error occurred when allocating an object |
CBiometricEvaluation::Error::NotImplemented | A NotImplemented object is thrown when the underlying implementation of this interface has not or could not be created |
CBiometricEvaluation::Error::ObjectDoesNotExist | The named object does not exist |
CBiometricEvaluation::Error::ObjectExists | The named object exists and will not be replaced |
CBiometricEvaluation::Error::ObjectIsClosed | The object is closed |
CBiometricEvaluation::Error::ObjectIsOpen | The object is already opened |
CBiometricEvaluation::Error::ParameterError | An invalid parameter was passed to a constructor or method |
CBiometricEvaluation::Error::StrategyError | A StrategyError object is thrown when the underlying implementation of this interface encounters an error |
CN2N::FingerImage | Fingerprint image and image attributes |
▼CBiometricEvaluation::Image::Image | Represent attributes common to all images |
CBiometricEvaluation::Image::Raw | An image with no encoding or compression |
CN2N::Interface | The interface to the implementations |
CBiometricEvaluation::IO::RecordStore::Record | |
CBiometricEvaluation::IO::RecordStore | A class to represent a data storage mechanism |
CBiometricEvaluation::IO::RecordStoreIterator | Generic ForwardIterator for all RecordStores |
CN2N::ReturnStatus | Information about the completion status of a method |