1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #27461 from fengyuentau:4x/hal/riscv-rvv/imgproc/disable_integral

hal/riscv-rvv: disable integral for now
This commit is contained in:
Alexander Smorkalov
2025-06-20 11:32:07 +03:00
committed by GitHub
+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