Optimized Belief Propagation (CPU and GPU)
|
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"
Go to the source code of this file.
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.
Definition in file ProcessBpCUDA.cpp.