#include <iostream>#include <string>#include <vector>#include "corrcoef.h"#include "image.h"#include "hypothesis2D.h"#include "correlation_observer2D.tcc"Include dependency graph for correlation_observer2D.h:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
| namespace | mimas::hf |
Classes | |
| class | mimas::hf::correlation_observer2D< Hypothesis_T, Pixel_T > |
| Performs a cross-correlation product on a part of the current image and a kernel image. More... | |
| class | mimas::hf::correlation_observer2D< Hypothesis_T, Pixel_T >::set |
Defines | |
| #define | CLAMP(x, y, z) ((x<y) ? (x=y) : ((x>z) ? (x=z) : 0)) |
| #define CLAMP | ( | x, | |||
| y, | |||||
| z | ) | ((x<y) ? (x=y) : ((x>z) ? (x=z) : 0)) |
Definition at line 12 of file correlation_observer2D.h.