bob.pad.face
1.0.0
Installation
Executing Baseline Algorithms
References
Resources
Python API
bob.pad.face
Docs
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
|
W
A
AggregatedDbPadDatabase (class in bob.pad.face.database.aggregated_db)
AggregatedDbPadFile (class in bob.pad.face.database.aggregated_db)
algorithm (in module bob.pad.face.config.frame_diff_svm)
(in module bob.pad.face.config.frame_diff_svm_aggregated_db)
(in module bob.pad.face.config.lbp_svm)
(in module bob.pad.face.config.lbp_svm_aggregated_db)
(in module bob.pad.face.config.qm_svm)
(in module bob.pad.face.config.qm_svm_aggregated_db)
annotations() (bob.pad.face.database.aggregated_db.AggregatedDbPadDatabase method)
(bob.pad.face.database.msu_mfsd.MsuMfsdPadDatabase method)
(bob.pad.face.database.replay.ReplayPadDatabase method)
(bob.pad.face.database.replay_mobile.ReplayMobilePadDatabase method)
B
bob.pad.face.algorithm (module)
bob.pad.face.config.aggregated_db (module)
bob.pad.face.config.frame_diff_svm (module)
bob.pad.face.config.frame_diff_svm_aggregated_db (module)
bob.pad.face.config.lbp_svm (module)
bob.pad.face.config.lbp_svm_aggregated_db (module)
bob.pad.face.config.msu_mfsd (module)
bob.pad.face.config.qm_svm (module)
bob.pad.face.config.qm_svm_aggregated_db (module)
bob.pad.face.config.replay_attack (module)
bob.pad.face.config.replay_mobile (module)
bob.pad.face.extractor (module)
bob.pad.face.preprocessor (module)
C
check_face_size() (bob.pad.face.preprocessor.FrameDifference method)
(bob.pad.face.preprocessor.VideoFaceCrop method)
cluster_5quantities() (bob.pad.face.extractor.FrameDiffFeatures method)
combinations() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
comp_face_bg_diff() (bob.pad.face.preprocessor.FrameDifference method)
comp_features() (bob.pad.face.extractor.FrameDiffFeatures method)
comp_prediction_precision() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
convert_arr_to_frame_cont() (bob.pad.face.database.msu_mfsd.MsuMfsdPadFile method)
(bob.pad.face.database.replay_mobile.ReplayMobilePadFile method)
(bob.pad.face.extractor.FrameDiffFeatures method)
convert_frame_cont_to_array() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
convert_list_of_frame_cont_to_array() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
D
database (in module bob.pad.face.config.aggregated_db)
(in module bob.pad.face.config.msu_mfsd)
(in module bob.pad.face.config.replay_attack)
(in module bob.pad.face.config.replay_mobile)
dcratio() (bob.pad.face.extractor.FrameDiffFeatures method)
dtype (bob.pad.face.extractor.LBPHistogram attribute)
E
encode_file_id() (bob.pad.face.database.aggregated_db.AggregatedDbPadFile method)
encode_file_path() (bob.pad.face.database.aggregated_db.AggregatedDbPadFile method)
eval_background_differences() (bob.pad.face.preprocessor.FrameDifference method)
eval_face_differences() (bob.pad.face.preprocessor.FrameDifference method)
extractor (in module bob.pad.face.config.frame_diff_svm)
(in module bob.pad.face.config.frame_diff_svm_aggregated_db)
(in module bob.pad.face.config.lbp_svm)
(in module bob.pad.face.config.lbp_svm_aggregated_db)
(in module bob.pad.face.config.qm_svm)
(in module bob.pad.face.config.qm_svm_aggregated_db)
F
FrameDifference (class in bob.pad.face.preprocessor)
FrameDiffFeatures (class in bob.pad.face.extractor)
G
get_complete_filename() (bob.pad.face.extractor.VideoDataLoader method)
groups (in module bob.pad.face.config.aggregated_db)
(in module bob.pad.face.config.msu_mfsd)
(in module bob.pad.face.config.replay_attack)
(in module bob.pad.face.config.replay_mobile)
I
ImageFaceCrop (class in bob.pad.face.preprocessor)
ImageQualityMeasure (class in bob.pad.face.extractor)
L
lbp (bob.pad.face.extractor.LBPHistogram attribute)
LBPHistogram (class in bob.pad.face.extractor)
load() (bob.pad.face.database.aggregated_db.AggregatedDbPadFile method)
(bob.pad.face.database.msu_mfsd.MsuMfsdPadFile method)
(bob.pad.face.database.replay.ReplayPadFile method)
(bob.pad.face.database.replay_mobile.ReplayMobilePadFile method)
load_projector() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
load_video_data() (bob.pad.face.extractor.VideoDataLoader method)
M
mean_std_normalize() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
MsuMfsdPadDatabase (class in bob.pad.face.database.msu_mfsd)
MsuMfsdPadFile (class in bob.pad.face.database.msu_mfsd)
N
norm_train_cv_data() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
normalize_image_size() (bob.pad.face.preprocessor.ImageFaceCrop method)
normalize_image_size_in_grayscale() (bob.pad.face.preprocessor.ImageFaceCrop method)
O
objects() (bob.pad.face.database.aggregated_db.AggregatedDbPadDatabase method)
(bob.pad.face.database.msu_mfsd.MsuMfsdPadDatabase method)
(bob.pad.face.database.replay.ReplayPadDatabase method)
(bob.pad.face.database.replay_mobile.ReplayMobilePadDatabase method)
ORIGINAL_DIRECTORY (in module bob.pad.face.config.aggregated_db)
(in module bob.pad.face.config.msu_mfsd)
(in module bob.pad.face.config.replay_attack)
(in module bob.pad.face.config.replay_mobile)
P
p (bob.pad.face.algorithm.VideoSvmPadAlgorithm attribute)
prepare_data_for_hyper_param_grid_search() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
preprocessor (in module bob.pad.face.config.frame_diff_svm)
(in module bob.pad.face.config.frame_diff_svm_aggregated_db)
(in module bob.pad.face.config.lbp_svm)
(in module bob.pad.face.config.lbp_svm_aggregated_db)
(in module bob.pad.face.config.qm_svm)
(in module bob.pad.face.config.qm_svm_aggregated_db)
project() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
protocol (in module bob.pad.face.config.aggregated_db)
(in module bob.pad.face.config.msu_mfsd)
(in module bob.pad.face.config.replay_attack)
(in module bob.pad.face.config.replay_mobile)
R
read_data() (bob.pad.face.preprocessor.VideoFaceCrop method)
read_feature() (bob.pad.face.extractor.FrameDiffFeatures method)
(bob.pad.face.extractor.VideoLBPHistogram method)
(bob.pad.face.extractor.VideoQualityMeasure method)
remove_nan_rows() (bob.pad.face.extractor.FrameDiffFeatures method)
ReplayMobilePadDatabase (class in bob.pad.face.database.replay_mobile)
ReplayMobilePadFile (class in bob.pad.face.database.replay_mobile)
ReplayPadDatabase (class in bob.pad.face.database.replay)
ReplayPadFile (class in bob.pad.face.database.replay)
S
score() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
score_for_multiple_projections() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
select_annotated_frames() (bob.pad.face.preprocessor.FrameDifference method)
(bob.pad.face.preprocessor.VideoFaceCrop method)
select_quasi_uniform_data_subset() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
select_uniform_data_subset() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
split_data_to_train_cv() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
sub_directory (in module bob.pad.face.config.frame_diff_svm)
(in module bob.pad.face.config.frame_diff_svm_aggregated_db)
(in module bob.pad.face.config.lbp_svm)
(in module bob.pad.face.config.lbp_svm_aggregated_db)
(in module bob.pad.face.config.qm_svm)
(in module bob.pad.face.config.qm_svm_aggregated_db)
T
train_projector() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
train_svm() (bob.pad.face.algorithm.VideoSvmPadAlgorithm method)
V
VideoDataLoader (class in bob.pad.face.extractor)
VideoFaceCrop (class in bob.pad.face.preprocessor)
VideoLBPHistogram (class in bob.pad.face.extractor)
VideoQualityMeasure (class in bob.pad.face.extractor)
VideoSvmPadAlgorithm (class in bob.pad.face.algorithm)
W
write_data() (bob.pad.face.preprocessor.VideoFaceCrop method)
write_feature() (bob.pad.face.extractor.FrameDiffFeatures method)
(bob.pad.face.extractor.VideoLBPHistogram method)
(bob.pad.face.extractor.VideoQualityMeasure method)