Optimized Belief Propagation (CPU and GPU)
|
Contains the main() function that drives the optimized CUDA belief propagation implementation evaluation across multiple input stereo sets and run configurations. More...
#include "RunImp/RunImpMultTypesAccels.h"
#include "RunImpCUDA/RunCUDASettings.h"
#include "BpFileProcessing/BpFileHandlingConsts.h"
#include "BpRunProcessing/BpSettings.h"
#include "BpRunEvalImp/RunImpMultInputsBp.h"
#include "BpResultsEvaluation/EvaluateImpResultsBp.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main() function that drives the optimized CPU belief propgation implementation evaluation across multiple input stereo sets and run configurations. Takes one input argument that corresponds to run name; recommended that run name include architecture that implementation is run on...if no input argument given run name is set to "CurrentRun". More... | |
Contains the main() function that drives the optimized CUDA belief propagation implementation evaluation across multiple input stereo sets and run configurations.
Definition in file DriverCudaBp.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main() function that drives the optimized CPU belief propgation implementation evaluation across multiple input stereo sets and run configurations. Takes one input argument that corresponds to run name; recommended that run name include architecture that implementation is run on...if no input argument given run name is set to "CurrentRun".
argc | |
argv |
Definition at line 48 of file DriverCudaBp.cpp.