mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 00:31:47 +08:00
Move template matching to feature subpackage
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user