Move harris file to a combined interest point file

This commit is contained in:
Johannes Schönberger
2012-12-09 17:34:10 +01:00
parent 95f7177708
commit 8c4ba00b12
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from ._hog import hog
from .texture import greycomatrix, greycoprops, local_binary_pattern
from .peak import peak_local_max
from ._harris import harris
from .interest import harris
from .template import match_template