mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
The profile_line function is currently part of the skimage LineProfile plugin. However, it's useful in non-interactive contexts, and importing it from the viewer is awkward, mostly hidden, and depends on PyQt for no good reason. By moving the function to `skimage.measure`, it is usable in many more contexts.