PatchedArray#
- class patch_denoise.space_time.base.PatchedArray(array, patch_shape, patch_overlap, dtype=None, padding_mode='edge', **kwargs)[source]#
Bases:
object
A container for accessing custom view of array easily.
Methods
__init__
Add to patch, in place.
Get patch at linear index
idx
.Set patch at linear index
idx
with value.Attributes
Get number of patches.
- property n_patches#
Get number of patches.