How to concatenate three or more images vertically?
问题 I try to concatenate three images vertically and I need some assistance with the code/function. So far I imported one image and cropped 3 smaller images with the same size. Now I want to concatenate them in one image that will be long, but narrow. However, I can't find an appropriate function or even if I find one I get an error message when I apply it to my code. I already tried to make a collection from my three pictures and then use the function skimage.io.concatenate_images(sf_collection)