mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-25 14:10:23 +08:00
Previously we added the ImageCollection.concatenate function. This updates MultiImage to have the same functionality, and moves the grunt work to an outside function to avoid repetition.