Optimized Belief Propagation (CPU and GPU)
ProcessBpCUDA.cpp File Reference

Defines the functions to run the CUDA implementation of 2D Stereo estimation using BP. More...

#include <iostream>
#include "RunEval/RunEvalConstsEnums.h"
#include "RunImp/UtilityFuncts.h"
#include "BpRunProcessing/BpConstsEnumsAliases.h"
#include "ProcessBpCUDA.h"
#include "KernelBpStereo.cu"
Include dependency graph for ProcessBpCUDA.cpp:

Go to the source code of this file.

Detailed Description

Defines the functions to run the CUDA implementation of 2D Stereo estimation using BP.

Declares child class of ProcessBp that define functions used in processing bp in the CUDA implementation.

Author
Scott Grauer-Gray

Definition in file ProcessBpCUDA.cpp.