1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

HALL interface for transpose2d.

This commit is contained in:
Alexander Smorkalov
2024-04-05 11:56:07 +03:00
parent 2b1c8aa4db
commit e1ed422bdb
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -269,6 +269,8 @@ void transpose( InputArray _src, OutputArray _dst )
return;
}
CALL_HAL(transpose2d, cv_hal_transpose2d, src.data, src.step, dst.data, dst.step, src.cols, src.rows, esz);
CV_IPP_RUN_FAST(ipp_transpose(src, dst))
if( dst.data == src.data )