TransformCube¶
- class kgpy.img.coalignment.image_coalignment.TransformCube(transform_cube)¶
Bases:
objectFor a given cube of images this class with contain a similar cube of ImageTransform Objects for transforming an entire cube of images.
- Parameters
transform_cube (List[List[ImageTransform]]) –
- __init__(transform_cube)¶
- Parameters
transform_cube (List[List[ImageTransform]]) –
- Return type
None
Attributes
Methods
__init__(transform_cube)from_pickle(path)to_pickle(path)Inheritance Diagram
-
transform_cube:
typing.List[typing.List[kgpy.img.coalignment.image_coalignment.ImageTransform]]¶