Skip to content

Commit

Permalink
Merge pull request #425 from jabooth/cleanpwa
Browse files Browse the repository at this point in the history
Faster cached piecewise affine, Cython varient demoted
  • Loading branch information
jabooth committed Sep 4, 2014
2 parents 3303f55 + 1134ea8 commit 1ee96bf
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 297 deletions.
2 changes: 1 addition & 1 deletion menpo/transform/piecewiseaffine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .base import CachedPWA as PiecewiseAffine # the default PWA is the C one.
from .base import CachedPWA as PiecewiseAffine # the default PWA caches
from .base import TriangleContainmentError
Loading

0 comments on commit 1ee96bf

Please sign in to comment.