diff --git a/adapters/opencv/kleidicv_hal.cpp b/adapters/opencv/kleidicv_hal.cpp index 6a0c52135adca46f7a3de48547b3e858a8cb50fe..ba9729d40a299ae8c3e08e49ec8e1c73a2657c8f 100644 --- a/adapters/opencv/kleidicv_hal.cpp +++ b/adapters/opencv/kleidicv_hal.cpp @@ -789,9 +789,7 @@ int resize(int src_type, const uchar *src_data, size_t src_step, int src_width, interpolation == CV_HAL_INTER_AREA)) { if (src_width * src_height < MULTITHREAD_MIN_ELEMENTS_RESIZE_TO_QUARTER_U8) { - return convert_error(kleidicv_resize_to_quarter_u8( - src_data, src_step, src_width, src_height, dst_data, dst_step, - dst_width, dst_height)); + return CV_HAL_ERROR_NOT_IMPLEMENTED; } else { return convert_error(kleidicv_thread_resize_to_quarter_u8( src_data, src_step, src_width, src_height, dst_data, dst_step,