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:

  • database

  • protocol

UTFVP Database

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:

  1. [MNM04]

  2. [TV13]

  3. [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].

bob.bio.vein.config.repeated_line_tracking.extractor = ExtractorTransformer(instance=<bob.bio.vein.extractor.RepeatedLineTracking.RepeatedLineTracking object>)

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:

  1. [MNM05]

  2. [TV13]

  3. [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].

bob.bio.vein.config.maximum_curvature.extractor = ExtractorTransformer(instance=<bob.bio.vein.extractor.MaximumCurvature.MaximumCurvature object>)

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:

  1. [HDLTL10]

  2. [TV13]

  3. [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].

bob.bio.vein.config.wide_line_detector.extractor = ExtractorTransformer(instance=<bob.bio.vein.extractor.WideLineDetector.WideLineDetector object>)

Miura-matching algorithm with specific settings for search displacement

Defaults taken from [TV13].