Move template matching to feature subpackage

This commit is contained in:
Tony S Yu
2011-12-18 13:37:31 -05:00
parent 01d66fc501
commit e8461e22dd
9 changed files with 6 additions and 35 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ a simple peak extraction algorithm.
"""
import numpy as np
from skimage.detection import match_template
from skimage.feature import match_template
from numpy.random import randn
import matplotlib.pyplot as plt