OpenCV中的数据类型断言失败

时间:2015-04-29 07:30:44

标签: c++ opencv visual-studio-2013

我正在尝试使用离散傅立叶变换(dft)并使用this link

我正在使用灰度图像(8UC1),当我运行程序时,屏幕上会出现以下错误:

OpenCV Error: Assertion failed (DataType<_Tp>::channels == m.channels()) in cv:: Mat_<float>::operator =

并在以下行中断

Mat planes[] = { Mat_<float>(padded), Mat::zeros(padded.size(), CV_32F) };

0 个答案:

没有答案