This algorithm linearizes and accumulates images into a buffer

This algorithm is a legacy one. The API has changed since its implementation. New versions and forks will need to be updated.
This algorithm is splittable

Algorithms have at least one input and one output. All algorithm endpoints are organized in groups. Groups are used by the platform to indicate which inputs and outputs are synchronized together. The first group is automatically synchronized with the channel defined by the block in which the algorithm is deployed.

Group: main

Endpoint Name Data Format Nature
image system/array_2d_uint8/1 Input
id system/uint64/1 Input
projections system/array_2d_floats/1 Output

Unnamed group

Endpoint Name Data Format Nature
subspace tutorial/linear_machine/1 Input

The code for this algorithm in Python
The ruler at 80 columns indicate suggested POSIX line breaks (for readability).
The editor will automatically enlarge to accomodate the entirety of your input
Use keyboard shortcuts for search/replace and faster editing. For example, use Ctrl-F (PC) or Cmd-F (Mac) to search through this box

This algorithm linearizes and accumulates images into a buffer, before applying a linear transformation (e.g. using a projection matrix computed by principal component analysis). The linear transformation relies on the Bob library.

The inputs are:

  • image: an image as a two-dimensional arrays of floats (64 bits)
  • id: an identifier which is used as follows: all images with the
    same identifier are accumulated into the same buffer
  • subspace: a linear transformation as a collection of weights,
    biases, input subtraction and input division factors.

The output projections is a two-dimensional array of floats (64 bits), the number of rows corresponding to the number of accumulated images (with the same identifier), and the number of columns to the output dimensionality after applying the linear transformation.

Experiments

Updated Name Databases/Protocols Analyzers
anjos/tutorial/eigenface/1/atnt-eigenfaces-75-comp-bis atnt/3@idiap tutorial/postperf_iso/1
anjos/tutorial/eigenface/1/atnt-eigenfaces-172 atnt/3@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-70-comp atnt/3@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-50-comp atnt/3@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-45-comp atnt/3@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-7-comps atnt/3@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-8-comps atnt/3@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-9-comps atnt/3@idiap tutorial/postperf_iso/1
namratachede/tutorial/eigenface_with_preprocessing/1/namrataTest2 atnt/2@idiap tutorial/postperf_iso/1
omenemac/omenemac/gagatoolchainfork/1/MacsExperiment4 atnt/2@idiap tutorial/postperf_iso/1
chennu/tutorial/eigenface_with_preprocessing/1/test21 atnt/2@idiap tutorial/postperf_iso/1
soumik/tutorial/eigenface_with_preprocessing/1/Eigenface-22 atnt/2@idiap tutorial/postperf_iso/1
Vijay/tutorial/eigenface_with_preprocessing/1/Pparistest atnt/2@idiap tutorial/postperf_iso/1
mojtabaeslahi/cwhitela/cwhitela_eigenfaces_with_preprocessing/1/paristest atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface_with_preprocessing/1/paris-test atnt/2@idiap tutorial/postperf_iso/1
magedsoft/tutorial/eigenface_with_preprocessing/1/histogram_test_creteil atnt/2@idiap tutorial/postperf_iso/1
ilyaskhantmg/tutorial/eigenface/1/aint-15-comp atnt/2@idiap tutorial/postperf_iso/1
smarcel/tutorial/eigenface/1/eigenface-rr2 atnt/2@idiap tutorial/postperf_iso/1
cwhitela/cwhitela/cwhitela_eigenfaces_with_preprocessing/1/cwhitela_test atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface_with_preprocessing/1/atnt-eigenfaces-33-comp-histoeq atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-10-comp atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-9-comp atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-8-comp atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-7-comp atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-6-comp atnt/2@idiap tutorial/postperf_iso/1
tutorial/tutorial/eigenface/1/atnt-eigenfaces-5-comp atnt/2@idiap tutorial/postperf_iso/1

This table shows the number of times this algorithm has been successfully run using the given environment. Note this does not provide sufficient information to evaluate if the algorithm will run when submitted to different conditions.

Terms of Service | Contact Information | BEAT platform version 2.2.1b0 | © Idiap Research Institute - 2013-2024