Optimized Belief Propagation (CPU and GPU)
|
File with main() function to run optimized CUDA belief propagation implementation on CPU on an input stereo set specified using command line arguments. More...
#include <iostream>
#include "BpFileProcessing/BpFileHandlingConsts.h"
#include "BpRunEvalImp/RunImpMultInputsBp.h"
#include "BpRunEvalImp/RunImpOnInputBp.h"
#include "RunImpCPU/RunCPUSettings.h"
#include "RunImp/RunImpMultTypesAccels.h"
#include "BpRunProcessing/RunBpOnStereoSet.h"
#include "BpOptimizeCUDA/RunBpOnStereoSetCUDA.h"
#include "BpSingleThreadCPU/stereo.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
main() function to run optimized CUDA belief propagation implementation on GPU on an input stereo set given using the following input arguments: Argument 1: File path of reference image of stereo set (must be PGM type) Argument 2: File path of test image of stereo set (must be PGM type) Argument 3: Number of possible disparity values Argument 4: File path of disparity image that is generated and saved during program run More... | |
File with main() function to run optimized CUDA belief propagation implementation on CPU on an input stereo set specified using command line arguments.
Definition in file DriverBpStereoCUDA_customRun.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
main() function to run optimized CUDA belief propagation implementation on GPU on an input stereo set given using the following input arguments:
Argument 1: File path of reference image of stereo set (must be PGM type)
Argument 2: File path of test image of stereo set (must be PGM type)
Argument 3: Number of possible disparity values
Argument 4: File path of disparity image that is generated and saved during program run
argc | |
argv |
Definition at line 55 of file DriverBpStereoCUDA_customRun.cpp.