Move template matching to feature subpackage

This commit is contained in:
Tony S Yu
2012-05-08 21:32:05 -04:00
parent 01d66fc501
commit e8461e22dd
9 changed files with 6 additions and 35 deletions
+1
View File
@@ -2,3 +2,4 @@ from .hog import hog
from .greycomatrix import greycomatrix, greycoprops
from .peak import peak_local_max
from .harris import harris
from .template import match_template