Optimized Belief Propagation (CPU and GPU)
|
#include <image.h>
Public Member Functions | |
image (int width, int height, bool init=true) | |
~image () | |
void | init (const T &val) |
image< T > * | copy () const |
int | width () const |
int | height () const |
Public Attributes | |
T * | data |
T ** | access |
bp_single_thread_imp::image< T >::image | ( | int | width, |
int | height, | ||
bool | init = true |
||
) |
bp_single_thread_imp::image< T >::~image |
image< T > * bp_single_thread_imp::image< T >::copy |
|
inline |
void bp_single_thread_imp::image< T >::init | ( | const T & | val | ) |
|
inline |
T** bp_single_thread_imp::image< T >::access |
T* bp_single_thread_imp::image< T >::data |