mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-24 14:00:15 +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.