COPYING
MANIFEST.in
README.rst
bootstrap-buildout.py
buildout.cfg
requirements.txt
setup.py
version.txt
bob/__init__.py
bob.bio.face.egg-info/PKG-INFO
bob.bio.face.egg-info/SOURCES.txt
bob.bio.face.egg-info/dependency_links.txt
bob.bio.face.egg-info/entry_points.txt
bob.bio.face.egg-info/not-zip-safe
bob.bio.face.egg-info/requires.txt
bob.bio.face.egg-info/top_level.txt
bob/bio/__init__.py
bob/bio/face/__init__.py
bob/bio/face/algorithm/GaborJet.py
bob/bio/face/algorithm/Histogram.py
bob/bio/face/algorithm/__init__.py
bob/bio/face/config/__init__.py
bob/bio/face/config/algorithm/__init__.py
bob/bio/face/config/algorithm/bic_jets.py
bob/bio/face/config/algorithm/gabor_jet.py
bob/bio/face/config/algorithm/histogram.py
bob/bio/face/config/database/__init__.py
bob/bio/face/config/database/arface.py
bob/bio/face/config/database/atnt.py
bob/bio/face/config/database/banca_english.py
bob/bio/face/config/database/caspeal.py
bob/bio/face/config/database/frgc.py
bob/bio/face/config/database/gbu.py
bob/bio/face/config/database/lfw_restricted.py
bob/bio/face/config/database/lfw_unrestricted.py
bob/bio/face/config/database/mobio_female.py
bob/bio/face/config/database/mobio_image.py
bob/bio/face/config/database/mobio_male.py
bob/bio/face/config/database/multipie.py
bob/bio/face/config/database/multipie_pose.py
bob/bio/face/config/database/scface.py
bob/bio/face/config/database/xm2vts.py
bob/bio/face/config/extractor/__init__.py
bob/bio/face/config/extractor/dct_blocks.py
bob/bio/face/config/extractor/eigenface.py
bob/bio/face/config/extractor/grid_graph.py
bob/bio/face/config/extractor/lgbphs.py
bob/bio/face/config/preprocessor/__init__.py
bob/bio/face/config/preprocessor/base.py
bob/bio/face/config/preprocessor/face_crop_eyes.py
bob/bio/face/config/preprocessor/face_detect.py
bob/bio/face/config/preprocessor/histogram_equalization.py
bob/bio/face/config/preprocessor/inorm_lbp.py
bob/bio/face/config/preprocessor/self_quotient_image.py
bob/bio/face/config/preprocessor/tan_triggs.py
bob/bio/face/extractor/DCTBlocks.py
bob/bio/face/extractor/Eigenface.py
bob/bio/face/extractor/GridGraph.py
bob/bio/face/extractor/LGBPHS.py
bob/bio/face/extractor/__init__.py
bob/bio/face/preprocessor/Base.py
bob/bio/face/preprocessor/FaceCrop.py
bob/bio/face/preprocessor/FaceDetect.py
bob/bio/face/preprocessor/HistogramEqualization.py
bob/bio/face/preprocessor/INormLBP.py
bob/bio/face/preprocessor/SelfQuotientImage.py
bob/bio/face/preprocessor/TanTriggs.py
bob/bio/face/preprocessor/__init__.py
bob/bio/face/preprocessor/utils.py
bob/bio/face/script/__init__.py
bob/bio/face/script/baselines.py
bob/bio/face/script/display_face_annotations.py
bob/bio/face/test/__init__.py
bob/bio/face/test/test_algorithms.py
bob/bio/face/test/test_databases.py
bob/bio/face/test/test_extractors.py
bob/bio/face/test/test_preprocessors.py
bob/bio/face/test/test_scripts.py
bob/bio/face/test/data/cropped.hdf5
bob/bio/face/test/data/dct_blocks.hdf5
bob/bio/face/test/data/detected.hdf5
bob/bio/face/test/data/eigenface_extractor.hdf5
bob/bio/face/test/data/eigenface_feature.hdf5
bob/bio/face/test/data/flandmark.hdf5
bob/bio/face/test/data/graph_regular.hdf5
bob/bio/face/test/data/histogram_cropped.hdf5
bob/bio/face/test/data/inorm_lbp_cropped.hdf5
bob/bio/face/test/data/lgbphs_sparse.hdf5
bob/bio/face/test/data/lgbphs_with_phase.hdf5
bob/bio/face/test/data/self_quotient_cropped.hdf5
bob/bio/face/test/data/tan_triggs_cropped.hdf5
bob/bio/face/test/data/tan_triggs_none.hdf5
bob/bio/face/test/data/testimage.jpg
bob/bio/face/test/data/testimage.pos
doc/baselines.rst
doc/conf.py
doc/implementation.rst
doc/implemented.rst
doc/index.rst
doc/links.rst
doc/references.rst