mirror of
https://github.com/opencv/opencv.git
synced 2025-08-02 11:36:26 +08:00
Merge pull request #27414 from amane-ame:remap_fix
Fix RISC-V HAL Imgproc_WarpPerspective.accuracy
This commit is contained in:
commit
ebfee90c30
@ -231,7 +231,7 @@ private:
|
||||
for (int i = 0; i < 8; i++)
|
||||
coeffs[t*8+i] = 0;
|
||||
coeffs[t*8+3] = 1;
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
float sum = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user