syncell.imageprep¶
Functions
|
|
|
Apply transformations to a stack of images and expand images so they align :param imgs: images (Z,X,Y), registration along Z tSet: transformations for each image (angle, x-trans, y-trans) :type imgs: ndarray or list of images (each image same size) tSet: ndarray (NZ, 3) :return: expanded and registered image stack :rtype: ndarray (NZ, X, Y) |
|
|
|
|
|
Get images from list of files. |
|
|
|
|
|
|
|
Apply pystackreg to get registrations along image stack :param imgs: images (Z,X,Y), registration along Z :type imgs: ndarray :return: set of transformations to register image stack, with the triplet (radial angle, x-translation, y-translation) for each image :rtype: ndarray (NZ,3), NZ number of images along Z |
|
Construct slide image from a set of tiles (fields of view). |
|
Construct ordering for to put together image tiles compatible with incell microscope. |
|
|
|
Histogram stretch of an array or image for normalization.. |
|
list images in a directory matching a pattern.. |
|
Load ilastik prediction (pixel classification) from h5 file format. |
|
|
|
Organize imagefiles in a list to field of view. |
|
Organize imagefiles in a list to timestamp ??d??h??m. |
|
|
|
|
|
Variance normalization (z-norm) of an array or image).. |