mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 11:59:59 +08:00
ENH: warp_coords docstring
This commit is contained in:
committed by
Johannes Schönberger
parent
e859520872
commit
47c0a506bc
@@ -717,7 +717,7 @@ def warp_coords(orows, ocols, bands, coord_transform_fn,
|
||||
|
||||
Returns
|
||||
-------
|
||||
coords : (3, orows, ocols, bands) array
|
||||
coords : (3, orows, ocols, bands) array of dtype `dtype`
|
||||
Coordinates for `scipy.ndimage.map_coordinates`, that will yield
|
||||
an image of shape (orows, ocols, bands) by drawing from source
|
||||
points according to the `coord_transform_fn`.
|
||||
|
||||
Reference in New Issue
Block a user