change API design and rename some functions

This commit is contained in:
Johannes Schönberger
2012-07-15 15:47:11 +02:00
parent 8bde92b66c
commit cb3c93a110
3 changed files with 108 additions and 91 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ from .radon_transform import *
from .finite_radon_transform import *
from ._project import homography as fast_homography
from .integral import *
from .geometric import warp, make_tform, swirl, homography
from .geometric import warp, estimate_transformation, geometric_transform, \
swirl, homography