Optimized Belief Propagation (CPU and GPU)
ProcessBpOptimizedCPU.h File Reference

Declares child class of ProcessBp that defines functions used in processing bp in the optimized CPU implementation. More...

#include <malloc.h>
#include <vector>
#include <algorithm>
#include <chrono>
#include <stdlib.h>
#include "BpRunProcessing/ProcessBp.h"
#include "BpResultsEvaluation/BpEvaluationStereoSets.h"
#include "BpRunProcessing/BpConstsEnumsAliases.h"
#include "BpRunProcessing/ParallelParamsBp.h"
#include "RunSettingsParams/RunSettings.h"
#include "RunEval/RunTypeConstraints.h"
#include "RunEval/RunEvalConstsEnums.h"
#include "KernelBpStereoCPU.h"
Include dependency graph for ProcessBpOptimizedCPU.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProcessBpOptimizedCPU< T, DISP_VALS, ACCELERATION >
 Child class of ProcessBp that defines functions used in processing bp in the optimized CPU implementation. More...
 

Detailed Description

Declares child class of ProcessBp that defines functions used in processing bp in the optimized CPU implementation.

Author
Scott Grauer-Gray

Definition in file ProcessBpOptimizedCPU.h.