enable fast integral for Kepler

pull/158/head
marina.kolpakova 12 years ago
parent 9b251f8130
commit 27eb2e27db
  1. 2
      modules/gpu/src/imgproc.cpp

@ -553,7 +553,7 @@ void cv::gpu::integralBuffered(const GpuMat& src, GpuMat& sum, GpuMat& buffer, S
src.locateROI(whole, offset);
if (false && info.supports(WARP_SHUFFLE_FUNCTIONS) && src.cols <= 2048)
if (info.supports(WARP_SHUFFLE_FUNCTIONS) && src.cols <= 2048)
{
GpuMat srcAlligned;

Loading…
Cancel
Save