mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 17:57:28 +08:00
8 lines
128 B
Python
8 lines
128 B
Python
"""Image Processing SciKit (Toolbox for SciPy)"""
|
|
|
|
|
|
import os.path
|
|
|
|
data_dir = os.path.join(os.path.dirname(__file__), 'data')
|
|
|