mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 01:42:10 +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')
|
|
|