mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Rename km_segmentation to slic. They have a PAMI paper now so I guess we should use their name.
This commit is contained in:
@@ -17,8 +17,8 @@ def configuration(parent_package='', top_path=None):
|
||||
cython(['quickshift.pyx'], working_path=base_path)
|
||||
config.add_extension('quickshift', sources=['quickshift.c'],
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
cython(['km_segmentation.pyx'], working_path=base_path)
|
||||
config.add_extension('km_segmentation', sources=['km_segmentation.c'],
|
||||
cython(['slic.pyx'], working_path=base_path)
|
||||
config.add_extension('slic', sources=['slic.c'],
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user