Optimized Belief Propagation (CPU and GPU)
convolve.h File Reference
#include <vector>
#include <algorithm>
#include <cmath>
#include "image.h"
Include dependency graph for convolve.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bp_single_thread_imp::Convolve
 

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.