Optimized Belief Propagation (CPU and GPU)
|
#include <cstring>
Go to the source code of this file.
Classes | |
class | bp_single_thread_imp::image< T > |
Namespaces | |
bp_single_thread_imp | |
Class and structs in single-thread CPU bp implementation by Pedro Felzenwalb available at https://cs.brown.edu/people/pfelzens/bp/index.html. | |
Macros | |
#define | imRef(im, x, y) (im->access[y][x]) |
#define | imPtr(im, x, y) &(im->access[y][x]) |