Python API for bob.pad.base

Generic functions

Tools to run PAD experiments

Details

bob.pad.base.get_config()[source]

Returns a string containing the configuration information.

bob.pad.base.padfile_to_label(padfile)[source]

Returns an integer presenting the label of the current sample.

Parameters

padfile (bob.pad.base.database.PadFile) – A pad file.

Returns

True (1) if it is a bona-fide sample, False (O) otherwise.

Return type

bool