Algorithm api v2
Compare changes
+ 263
− 49
@@ -41,11 +41,39 @@ defined at a higher-level in the platform. It is expected that the
@@ -84,7 +112,10 @@ probabilistic component analysis (PCA):
@@ -109,23 +140,27 @@ probabilistic component analysis (PCA):
@@ -138,10 +173,10 @@ kind of algorithm, which does not yield any output, but in contrast so called
@@ -213,10 +248,10 @@ conventions. In the following, examples of such classes are provided.
@@ -224,7 +259,7 @@ At the very minimum, an algorithm class must look like this:
@@ -232,21 +267,51 @@ At the very minimum, an algorithm class must look like this:
@@ -274,7 +339,7 @@ algorithm.
@@ -284,6 +349,36 @@ When retrieving the value of the parameters, one must not assume that a value
@@ -340,7 +435,7 @@ Each input provides the following informations:
@@ -366,7 +461,7 @@ not in the same order. The two blocks use different algorithms, which both
@@ -462,7 +557,7 @@ its inputs, the algorithm would do:
@@ -523,7 +618,7 @@ keeps the others synchronized and iterate over all their data:
@@ -561,6 +656,51 @@ This will be addressed in a later version.
@@ -608,19 +748,14 @@ Each output provides the following informations:
@@ -703,12 +838,9 @@ block for each image received on its inputs. This is the simplest case.
@@ -765,17 +897,14 @@ available.
@@ -852,7 +981,7 @@ the data block on the output.
@@ -866,8 +995,7 @@ the data block on the output.
@@ -884,4 +1012,90 @@ the data block on the output.