mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
fixed build for compute capability < 2.0
This commit is contained in:
parent
f536dfa439
commit
4d3b1a4a02
@ -52,7 +52,7 @@ using namespace cv::gpu::device;
|
||||
|
||||
#define MAX_KERNEL_SIZE 16
|
||||
#define BLOCK_DIM_X 16
|
||||
#define BLOCK_DIM_Y 8
|
||||
#define BLOCK_DIM_Y 4
|
||||
#define RESULT_STEPS 8
|
||||
#define HALO_STEPS 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user