1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

align grid by 4

This commit is contained in:
marina.kolpakova
2012-11-24 01:55:03 +04:00
parent 8579666b03
commit be0c20b758
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ namespace cv { namespace gpu { namespace device
{
namespace imgproc
{
void shfl_integral_gpu(PtrStepSzb img, PtrStepSz<unsigned int> integral, cudaStream_t stream);
void shfl_integral_gpu(const PtrStepSzb& img, PtrStepSz<unsigned int> integral, cudaStream_t stream);
}
}}}