mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 06:44:22 +08:00
8 lines
130 B
Python
8 lines
130 B
Python
"""Image Processing SciKit (Toolbox for SciPy)"""
|
|
|
|
|
|
import os.path as _osp
|
|
|
|
data_dir = _osp.join(_osp.dirname(__file__), 'data')
|
|
|