mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Fix remap16s to pass Imgproc_WarpPerspective.
This commit is contained in:
parent
d97e926f70
commit
b9cab7e4af
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user