Fix import bug due to rebase

This commit is contained in:
Johannes Schönberger
2012-08-20 22:50:35 +02:00
parent 26a84fbb94
commit 014b490578
-2
View File
@@ -1,6 +1,4 @@
from ._hog import hog
from ._greycomatrix import greycomatrix, greycoprops
from .hog import hog
from .texture import greycomatrix, greycoprops, local_binary_pattern
from .peak import peak_local_max
from ._harris import harris