mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 22:07:29 +08:00
23311a0993
This commit takes the template matching implementation from holtzhau/template (Pull Request #13) and converts the code to use the new package name (scikits.image --> skimage).
2 lines
36 B
Python
2 lines
36 B
Python
from template import match_template
|