mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Rename corner operators and file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user