testC2C 235 modules/cudaarithm/test/test_arithm.cpp testC2C("no flags", cols, rows, 0, inplace); testC2C 236 modules/cudaarithm/test/test_arithm.cpp testC2C("no flags 0 1", cols, rows + 1, 0, inplace); testC2C 237 modules/cudaarithm/test/test_arithm.cpp testC2C("no flags 1 0", cols, rows + 1, 0, inplace); testC2C 238 modules/cudaarithm/test/test_arithm.cpp testC2C("no flags 1 1", cols + 1, rows, 0, inplace); testC2C 239 modules/cudaarithm/test/test_arithm.cpp testC2C("DFT_INVERSE", cols, rows, cv::DFT_INVERSE, inplace); testC2C 240 modules/cudaarithm/test/test_arithm.cpp testC2C("DFT_ROWS", cols, rows, cv::DFT_ROWS, inplace); testC2C 241 modules/cudaarithm/test/test_arithm.cpp testC2C("single col", 1, rows, 0, inplace); testC2C 242 modules/cudaarithm/test/test_arithm.cpp testC2C("single row", cols, 1, 0, inplace); testC2C 243 modules/cudaarithm/test/test_arithm.cpp testC2C("single col inversed", 1, rows, cv::DFT_INVERSE, inplace); testC2C 244 modules/cudaarithm/test/test_arithm.cpp testC2C("single row inversed", cols, 1, cv::DFT_INVERSE, inplace); testC2C 245 modules/cudaarithm/test/test_arithm.cpp testC2C("single row DFT_ROWS", cols, 1, cv::DFT_ROWS, inplace); testC2C 246 modules/cudaarithm/test/test_arithm.cpp testC2C("size 1 2", 1, 2, 0, inplace); testC2C 247 modules/cudaarithm/test/test_arithm.cpp testC2C("size 2 1", 2, 1, 0, inplace);