fixed compiler error under linux

pull/13383/head
Vladislav Vinogradov 14 years ago
parent edce202065
commit 5bfb44f887
  1. 1
      modules/gpu/src/match_template.cpp

@ -53,7 +53,6 @@ void cv::gpu::matchTemplate(const GpuMat&, const GpuMat&, GpuMat&, int) { throw_
#else
#include <cufft.h>
#include <NPP_staging.h>
namespace cv { namespace gpu { namespace imgproc
{

Loading…
Cancel
Save