mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
Fix remap16s to pass Imgproc_WarpPerspective.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user