Optimized Belief Propagation (CPU and GPU)
|
#include <convolve.h>
Static Public Member 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) |
Definition at line 35 of file convolve.h.
|
inlinestatic |
Definition at line 39 of file convolve.h.