#include <cassert>#include <cmath>#include <iostream>#include <vector>#include <image.h>#include "analyse_result_blob.tcc"Include dependency graph for analyse_result_blob.h:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
| namespace | mimas::hf |
Classes | |
| class | mimas::hf::analyse_result_blob< Hypothesis_T, Pixel_T > |
| An analyse result policy for the hypothesis filter. More... | |
| class | mimas::hf::analyse_result_blob< Hypothesis_T, Pixel_T >::set |
| to store the parameters of the constructor of analyse_result_blob More... | |
Defines | |
| #define | MAX(a, b) (a)>(b)?(a):(b) |
| #define | ABS(x) (x)>=0?(x):-(x) |
| #define ABS | ( | x | ) | (x)>=0?(x):-(x) |
Definition at line 5 of file analyse_result_blob.h.
| #define MAX | ( | a, | |||
| b | ) | (a)>(b)?(a):(b) |
Definition at line 4 of file analyse_result_blob.h.