mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 08:36:49 +08:00
Merge pull request #468 from ahojnnes/rotate-doc
Fix parameter list format error of rotate
This commit is contained in:
@@ -129,7 +129,7 @@ def rotate(image, angle, resize=False, order=1, mode='constant', cval=0.):
|
||||
Input image.
|
||||
angle : float
|
||||
Rotation angle in degrees in counter-clockwise direction.
|
||||
resize: bool, optional
|
||||
resize : bool, optional
|
||||
Determine whether the shape of the output image will be automatically
|
||||
calculated, so the complete rotated image exactly fits. Default is
|
||||
False.
|
||||
|
||||
Reference in New Issue
Block a user