From 818145f41d620625f7d117ebfe3ae9a244e0f125 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 10 Jul 2026 09:13:56 +0300 Subject: [PATCH] Disabled IPP implementation for warpPerspective F32C4 as it does not pass tests. --- hal/ipp/src/warp_ipp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/ipp/src/warp_ipp.cpp b/hal/ipp/src/warp_ipp.cpp index 17885d69cd..1eea3228ff 100644 --- a/hal/ipp/src/warp_ipp.cpp +++ b/hal/ipp/src/warp_ipp.cpp @@ -235,7 +235,7 @@ int ipp_hal_warpPerspective(int src_type, const uchar *src_data, size_t src_step {{0, 0}, {0, 0}, {0, 0}, {0, 1}}, //16U {{1, 1}, {0, 0}, {1, 0}, {1, 1}}, //16S {{1, 1}, {0, 0}, {1, 0}, {1, 1}}, //32S - {{0, 0}, {0, 0}, {0, 0}, {1, 0}}, //32F + {{0, 0}, {0, 0}, {0, 0}, {0, 0}}, //32F {{0, 0}, {0, 0}, {0, 0}, {0, 0}}}; //64F #endif