mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-15 12:54:54 +08:00
Change default interpolation order to 1
This commit is contained in:
@@ -3,7 +3,7 @@ import scipy.ndimage as nd
|
||||
|
||||
|
||||
def profile_line(img, src, dst, linewidth=1,
|
||||
order=0, mode='constant', cval=0.0):
|
||||
order=1, mode='constant', cval=0.0):
|
||||
"""Return the intensity profile of an image measured along a scan line.
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user