mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
Fix import of rotate function
This commit is contained in:
@@ -5,4 +5,4 @@ from .integral import *
|
||||
from ._geometric import (estimate_transform,
|
||||
SimilarityTransform, AffineTransform,
|
||||
ProjectiveTransform, PolynomialTransform)
|
||||
from ._warps import warp, warp_coords, swirl, homography
|
||||
from ._warps import warp, warp_coords, rotate, swirl, homography
|
||||
|
||||
Reference in New Issue
Block a user