ENH: Use fast homography instead of PIL's rotate. Minor cleanup.

This commit is contained in:
Stefan van der Walt
2011-09-25 18:04:27 -07:00
parent ab19017962
commit b65af2727a
3 changed files with 76 additions and 29 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from .hough_transform import *
from .radon import *
from .radon_transform import *
from .finite_radon_transform import *
from .project import *
from ._project import homography as fast_homography