cut_images_to_same_shape

cut_images_to_same_shape(images)[source]

Cuts all images in a stack to the same shape.

The images are cut to the shape of the smallest image in the stack. The top left corner is 0,0 and the

Parameters
images: list, ImageStack
Returns
out: list, ImageStack

list or ImageStack with all images in the same shape.