Optimized Belief Propagation (CPU and GPU)
|
#include <vector>
#include <cmath>
#include "image.h"
#include "misc.h"
#include "convolve.h"
#include "imconv.h"
Go to the source code of this file.
Classes | |
class | bp_single_thread_imp::FilterImage |
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 | WIDTH 4.0 |
#define | MAKE_FILTER(name, fun) |
#define MAKE_FILTER | ( | name, | |
fun | |||
) |