Optimized Belief Propagation (CPU and GPU)
bp_single_thread_imp::Convolve Class Reference

#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)
 

Detailed Description

Definition at line 35 of file convolve.h.

Member Function Documentation

◆ convolve_even()

static void bp_single_thread_imp::Convolve::convolve_even ( image< float > *  src,
image< float > *  dst,
std::vector< float > &  mask 
)
inlinestatic

Definition at line 39 of file convolve.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ convolve_odd()

static void bp_single_thread_imp::Convolve::convolve_odd ( image< float > *  src,
image< float > *  dst,
std::vector< float > &  mask 
)
inlinestatic

Definition at line 59 of file convolve.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: