Rename corner operators and file

This commit is contained in:
Johannes Schönberger
2012-12-09 17:34:12 +01:00
parent 3b9ffe1cd8
commit 16f09d358d
5 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
from ._hog import hog
from .texture import greycomatrix, greycoprops, local_binary_pattern
from .peak import peak_local_max
from .interest import harris, shi_tomasi
from .interest_cy import moravec
from .corner import corner_harris, corner_shi_tomasi
from .corner_cy import corner_moravec
from .template import match_template