Go to the source code of this file.
Functions | |
static void | convolve_even (image< float > *src, image< float > *dst, std::vector< float > &mask) |
static void | convolve_odd (image< float > *src, image< float > *dst, std::vector< float > &mask) |
static void convolve_even | ( | image< float > * | src, |
image< float > * | dst, | ||
std::vector< float > & | mask | ||
) | [static] |
Definition at line 30 of file convolve.h.
static void convolve_odd | ( | image< float > * | src, |
image< float > * | dst, | ||
std::vector< float > & | mask | ||
) | [static] |
Definition at line 50 of file convolve.h.