mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
BUG: more module renaming to prevent duplicates.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from .hog import hog
|
||||
from ._hog import hog
|
||||
from .greycomatrix import greycomatrix, greycoprops
|
||||
from .peak import peak_local_max
|
||||
from .harris import harris
|
||||
from ._harris import harris
|
||||
from .template import match_template
|
||||
|
||||
Reference in New Issue
Block a user