This commit is contained in:
Ilya Lavrenov
2014-04-18 14:25:38 +04:00
parent fe644ede19
commit 51e2a8ec96
6 changed files with 58 additions and 24 deletions

View File

@@ -3079,6 +3079,7 @@ void cv::transpose( InputArray _src, OutputArray _dst )
return;
setIppErrorStatus();
}
#endif
if( dst.data == src.data )
{