now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates

This commit is contained in:
Alexey Spizhevoy
2010-12-24 09:26:19 +00:00
parent 54fcdf4cae
commit 21b081deff
6 changed files with 72 additions and 102 deletions

View File

@@ -411,6 +411,7 @@ struct CV_GpuDftTest: CvTest
}
if (ok) ok = cmp(a, Mat(d_c), rows * cols * 1e-5f);
if (!ok)
ts->printf(CvTS::CONSOLE, "testR2CThenC2R failed: hint=%s, cols=%d, rows=%d\n", hint.c_str(), cols, rows);
ts->printf(CvTS::CONSOLE, "testR2CThenC2R failed: hint=%s, cols=%d, rows=%d, inplace=%d\n",
hint.c_str(), cols, rows, inplace);
}
} CV_GpuDftTest_inst;