mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Partially back-port #25075 to 4.x
This commit is contained in:
@@ -921,7 +921,7 @@ void mulTransposed(InputArray _src, OutputArray _dst, bool ata,
|
||||
{
|
||||
MulTransposedFunc func = getMulTransposedFunc(stype, dtype, ata);
|
||||
if( !func )
|
||||
CV_Error( CV_StsUnsupportedFormat, "" );
|
||||
CV_Error( cv::Error::StsUnsupportedFormat, "" );
|
||||
|
||||
func( src, dst, delta, scale );
|
||||
completeSymm( dst, false );
|
||||
|
||||
Reference in New Issue
Block a user