A C E F G I P S T V

A

AfisEngine - Class in sourceafis.simple
Methods and settings of SourceAFIS fingerprint matching engine.
AfisEngine() - Constructor for class sourceafis.simple.AfisEngine
Create new SourceAFIS engine.

C

clone() - Method in class sourceafis.simple.Fingerprint
Creates deep copy of the Fingerprint object.
clone() - Method in class sourceafis.simple.Person
Creates deep copy of the Person.

E

extract(Person) - Method in class sourceafis.simple.AfisEngine
Extracts fingerprint template(s) to be used during matching (not implemented in java).

F

Finger - Enum in sourceafis.simple
Finger position on hand.
Fingerprint - Class in sourceafis.simple
Collection of fingerprint-related information.
Fingerprint() - Constructor for class sourceafis.simple.Fingerprint
Creates empty Fingerprint object.

G

getDpi() - Method in class sourceafis.simple.AfisEngine
Gets DPI of images submitted for template extraction.
getFinger() - Method in class sourceafis.simple.Fingerprint
Gets position of the finger on hand.
getFingerprints() - Method in class sourceafis.simple.Person
Gets list of Fingerprints belonging to the Person.
getId() - Method in class sourceafis.simple.Person
Gets application-defined ID for the Person.
getImage() - Method in class sourceafis.simple.Fingerprint
Gets fingerprint image.
getIsoTemplate() - Method in class sourceafis.simple.Fingerprint
Gets fingerprint template in standard ISO format.
getMinMatches() - Method in class sourceafis.simple.AfisEngine
Gets minimum number of fingerprints that must match in order for a whole person to match.
getTemplate() - Method in class sourceafis.simple.Fingerprint
Gets fingerprint template.
getThreshold() - Method in class sourceafis.simple.AfisEngine
Gets similarity score threshold for making match/non-match decisions.
getXmlTemplate() - Method in class sourceafis.simple.Fingerprint
Gets fingerprint template in readable XML format.

I

identify(Person, Iterable<Person>) - Method in class sourceafis.simple.AfisEngine
Compares probe Person to all candidate Persons and returns the most similar candidates.

P

Person - Class in sourceafis.simple
Collection of Fingerprints belonging to one person.
Person() - Constructor for class sourceafis.simple.Person
Creates an empty Person object.
Person(Fingerprint...) - Constructor for class sourceafis.simple.Person
Creates new Person object and initializes it with a list of Fingerprints.

S

setDpi(int) - Method in class sourceafis.simple.AfisEngine
Sets DPI of images submitted for template extraction.
setFinger(Finger) - Method in class sourceafis.simple.Fingerprint
Sets position of the finger on hand.
setFingerprints(List<Fingerprint>) - Method in class sourceafis.simple.Person
Sets list of Fingerprints belonging to the Person.
setId(int) - Method in class sourceafis.simple.Person
Sets application-defined ID for the Person.
setImage(byte[][]) - Method in class sourceafis.simple.Fingerprint
Sets fingerprint image.
setIsoTemplate(byte[]) - Method in class sourceafis.simple.Fingerprint
Sets fingerprint template in standard ISO format.
setMinMatches(int) - Method in class sourceafis.simple.AfisEngine
Sets minimum number of fingerprints that must match in order for a whole person to match.
setTemplate(byte[]) - Method in class sourceafis.simple.Fingerprint
Sets fingerprint template.
setThreshold(float) - Method in class sourceafis.simple.AfisEngine
Sets similarity score threshold for making match/non-match decisions.
setXmlTemplate(Element) - Method in class sourceafis.simple.Fingerprint
Sets fingerprint template in readable XML format.
sourceafis.simple - package sourceafis.simple
 

T

toByte() - Method in enum sourceafis.simple.Finger
Converts enum value to its numeric code.

V

valueOf(String) - Static method in enum sourceafis.simple.Finger
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum sourceafis.simple.Finger
Converts numeric code to the corresponding enum value.
values() - Static method in enum sourceafis.simple.Finger
Returns an array containing the constants of this enum type, in the order they are declared.
verify(Person, Person) - Method in class sourceafis.simple.AfisEngine
Computes similarity score between two Persons.

A C E F G I P S T V