mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
ENH: better docstring and test for warp_coords
This commit is contained in:
committed by
Johannes Schönberger
parent
5cce39a44a
commit
c5dc55cd52
@@ -3,7 +3,7 @@ from .radon_transform import *
|
||||
from .finite_radon_transform import *
|
||||
from ._project import homography as fast_homography
|
||||
from .integral import *
|
||||
from ._geometric import (warp, estimate_transform,
|
||||
from ._geometric import (warp, warp_coords, estimate_transform,
|
||||
SimilarityTransform, AffineTransform,
|
||||
ProjectiveTransform, PolynomialTransform)
|
||||
from ._warps import swirl, homography
|
||||
|
||||
Reference in New Issue
Block a user