Commit 4d3b1a4a authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed build for compute capability < 2.0

parent f536dfa4
...@@ -52,7 +52,7 @@ using namespace cv::gpu::device; ...@@ -52,7 +52,7 @@ using namespace cv::gpu::device;
#define MAX_KERNEL_SIZE 16 #define MAX_KERNEL_SIZE 16
#define BLOCK_DIM_X 16 #define BLOCK_DIM_X 16
#define BLOCK_DIM_Y 8 #define BLOCK_DIM_Y 4
#define RESULT_STEPS 8 #define RESULT_STEPS 8
#define HALO_STEPS 1 #define HALO_STEPS 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment