Merge pull request #27414 from amane-ame:remap_fix

Fix RISC-V HAL Imgproc_WarpPerspective.accuracy
This commit is contained in:
Alexander Smorkalov 2025-06-09 10:35:30 +03:00 committed by GitHub
commit ebfee90c30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ private:
for (int i = 0; i < 8; i++) for (int i = 0; i < 8; i++)
coeffs[t*8+i] = 0; coeffs[t*8+i] = 0;
coeffs[t*8+3] = 1; coeffs[t*8+3] = 1;
return; continue;
} }
float sum = 0; float sum = 0;