Optimized Belief Propagation (CPU and GPU)
|
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"
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... | |
Declares child class of ProcessBp that defines functions used in processing bp in the optimized CPU implementation.
Definition in file ProcessBpOptimizedCPU.h.