提交 dacf63a8 编写于 作者: A Alexander Alekhin 提交者: OpenCV Buildbot

Merge pull request #2682 from ElenaGvozdeva:ippiDFT

......@@ -2065,7 +2065,7 @@ void cv::dft( InputArray _src0, OutputArray _dst, int flags, int nonzero_rows )
#if defined USE_IPP_DFT && !defined HAVE_IPP_ICV_ONLY
if ((src.depth() == CV_32F) && (src.total()>(int)(1<<6)))
if ((src.depth() == CV_32F) && (src.total()>(int)(1<<6)) && nonzero_rows == 0)
if ((flags & DFT_ROWS) == 0)
{
if (!real_transform)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册