Optimized Belief Propagation (CPU and GPU)
DriverBpStereoCUDA_customRun.cpp File Reference

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 dependency graph for DriverBpStereoCUDA_customRun.cpp:

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...
 

Detailed Description

File with main() function to run optimized CUDA belief propagation implementation on CPU on an input stereo set specified using command line arguments.

Author
Scott Grauer-Gray

Definition in file DriverBpStereoCUDA_customRun.cpp.

Function Documentation

◆ main()

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

Parameters
argc
argv
Returns
0 if successful, another number indicating error if not

Definition at line 55 of file DriverBpStereoCUDA_customRun.cpp.