mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 16:48:24 +08:00
Wrap column
This commit is contained in:
@@ -190,6 +190,7 @@ def homography(np.ndarray image, np.ndarray H, output_shape=None,
|
||||
for tfr in range(out_r):
|
||||
for tfc in range(out_c):
|
||||
tf(tfc, tfr, <double*>M.data, &c, &r)
|
||||
out[tfr, tfc] = bilinear_interpolation(<double*>img.data, rows, cols, r, c, mode_c)
|
||||
out[tfr, tfc] = bilinear_interpolation(<double*>img.data, rows,
|
||||
cols, r, c, mode_c)
|
||||
|
||||
return out
|
||||
|
||||
Reference in New Issue
Block a user