[bob.bio.algorithm]
bic-jets = bob.bio.face.config.algorithm.bic_jets:algorithm
gabor-jet = bob.bio.face.config.algorithm.gabor_jet:algorithm
histogram = bob.bio.face.config.algorithm.histogram:algorithm

[bob.bio.database]
arface = bob.bio.face.config.database.arface:database
atnt = bob.bio.face.config.database.atnt:database
banca = bob.bio.face.config.database.banca_english:database
caspeal = bob.bio.face.config.database.caspeal:database
frgc = bob.bio.face.config.database.frgc:database
gbu = bob.bio.face.config.database.gbu:database
lfw-restricted = bob.bio.face.config.database.lfw_restricted:database
lfw-unrestricted = bob.bio.face.config.database.lfw_unrestricted:database
mobio-female = bob.bio.face.config.database.mobio_female:database
mobio-image = bob.bio.face.config.database.mobio_image:database
mobio-male = bob.bio.face.config.database.mobio_male:database
multipie = bob.bio.face.config.database.multipie:database
multipie-pose = bob.bio.face.config.database.multipie_pose:database
scface = bob.bio.face.config.database.scface:database
xm2vts = bob.bio.face.config.database.xm2vts:database

[bob.bio.extractor]
dct-blocks = bob.bio.face.config.extractor.dct_blocks:extractor
eigenface = bob.bio.face.config.extractor.eigenface:extractor
grid-graph = bob.bio.face.config.extractor.grid_graph:extractor
lgbphs = bob.bio.face.config.extractor.lgbphs:extractor

[bob.bio.preprocessor]
base = bob.bio.face.config.preprocessor.base:preprocessor
face-crop-eyes = bob.bio.face.config.preprocessor.face_crop_eyes:preprocessor
face-detect = bob.bio.face.config.preprocessor.face_detect:preprocessor_no_eyes
histogram = bob.bio.face.config.preprocessor.histogram_equalization:preprocessor_no_crop
histogram-crop = bob.bio.face.config.preprocessor.histogram_equalization:preprocessor
histogram-landmark = bob.bio.face.config.preprocessor.histogram_equalization:preprocessor_landmark
inorm-lbp = bob.bio.face.config.preprocessor.inorm_lbp:preprocessor_no_crop
inorm-lbp-crop = bob.bio.face.config.preprocessor.inorm_lbp:preprocessor
inorm-lbp-landmark = bob.bio.face.config.preprocessor.inorm_lbp:preprocessor_landmark
landmark-detect = bob.bio.face.config.preprocessor.face_detect:preprocessor
self-quotient = bob.bio.face.config.preprocessor.self_quotient_image:preprocessor_no_crop
self-quotient-crop = bob.bio.face.config.preprocessor.self_quotient_image:preprocessor
self-quotient-landmark = bob.bio.face.config.preprocessor.self_quotient_image:preprocessor_landmark
tan-triggs = bob.bio.face.config.preprocessor.tan_triggs:preprocessor_no_crop
tan-triggs-crop = bob.bio.face.config.preprocessor.tan_triggs:preprocessor
tan-triggs-landmark = bob.bio.face.config.preprocessor.tan_triggs:preprocessor_landmark

[console_scripts]
baselines.py = bob.bio.face.script.baselines:main

