mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
added cv::cartToPolar to T-API
This commit is contained in:
@@ -2647,7 +2647,7 @@ void cv::transpose( InputArray _src, OutputArray _dst )
|
||||
{
|
||||
TransposeInplaceFunc func = transposeInplaceTab[esz];
|
||||
CV_Assert( func != 0 );
|
||||
// CV_Assert( dst.cols == dst.rows );
|
||||
CV_Assert( dst.cols == dst.rows );
|
||||
func( dst.data, dst.step, dst.rows );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user