4 #include <cuda_runtime.h>
8 #include <opencv2/opencv.hpp>
9 #include <opencv2/highgui/highgui.hpp>
10 #include <opencv2/core/hal/interface.h>
16 #define numberOfDisparities 96
17 #define INVALID_DISP_SCALED -16
23 typedef unsigned char PixType;
24 typedef short CostType;
25 typedef short DispType;
27 typedef struct _SGM_PARAMS