mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 06:40:09 +08:00
f82dddd475
Use plain C arrays for neighbors[27] + memcpy when copying the `cube` for labeling. Apparently, slicing memoryviews *is* expensive (cf Jake vdP'2012).