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

fix: disable integral due to accuracy issue #27407

This commit is contained in:
Yuantao Feng
2025-06-20 15:09:21 +08:00
parent 7ca36d9c50
commit 98ed06c339
+4 -2
View File
@@ -236,8 +236,10 @@ int integral(int depth, int sdepth, int sqdepth,
uchar* tilted_data, [[maybe_unused]] size_t tilted_step,
int width, int height, int cn);
#undef cv_hal_integral
#define cv_hal_integral cv::rvv_hal::imgproc::integral
// Diasbled due to accuracy issue.
// Details see https://github.com/opencv/opencv/issues/27407.
//#undef cv_hal_integral
//#define cv_hal_integral cv::rvv_hal::imgproc::integral
#endif // CV_HAL_RVV_1P0_ENABLED