Resources
This section contains a listing of all ready-to-use resources you can find in
this package. Each module may contain references different resource types,
including database, preprocessor, extractor and algorithm. By
combining complementary resources, you can run baseline experiments as
explained on Executing Baseline Algorithms.
Databases
These resources represent configuration files containing at least settings for
the following runtime attributes of verify.py:
Recognition Systems
These resources represent configuration files containing at least settings for
the following runtime attributes of verify.py:
sub_directory
preprocessor
extractor
algorithm
Repeated Line Tracking and Miura Matching
Repeated-Line Tracking and Miura Matching baseline
References:
[MNM04]
[TV13]
[TVM14]
-
bob.bio.vein.config.repeated_line_tracking.preprocessor = PreprocessorTransformer(instance=<bob.bio.vein.preprocessor.Preprocessor object>)
Features are the output of repeated-line tracking, as described on [MNM04].
Defaults taken from [TV13].
Miura-matching algorithm with specific settings for search displacement
Defaults taken from [TV13].
Maximum Curvature and Miura Matching
Maximum Curvature and Miura Matching baseline
References:
[MNM05]
[TV13]
[TVM14]
-
bob.bio.vein.config.maximum_curvature.preprocessor = PreprocessorTransformer(instance=<bob.bio.vein.preprocessor.Preprocessor object>)
Features are the output of the maximum curvature algorithm, as described on
[MNM05].
Defaults taken from [TV13].
Miura-matching algorithm with specific settings for search displacement
Defaults taken from [TV13].
Wide-Line Detector and Miura Matching
Huang’s Wide-Line Detector and Miura Matching baseline
References:
[HDLTL10]
[TV13]
[TVM14]
-
bob.bio.vein.config.wide_line_detector.preprocessor = PreprocessorTransformer(instance=<bob.bio.vein.preprocessor.Preprocessor object>)
Features are the output of the maximum curvature algorithm, as described on
[HDLTL10].
Defaults taken from [TV13].
Miura-matching algorithm with specific settings for search displacement
Defaults taken from [TV13].