DenoiseParameters#
- class patch_denoise.bindings.utils.DenoiseParameters(method: str = None, patch_shape: int | tuple[int, ...] = 11, patch_overlap: int | tuple[int, ...] = 0, recombination: str = 'weighted', mask_threshold: int = 10)[source]#
Bases:
object
Denoise Parameters data structure.
Methods
__init__
Create a DenoiseParameters from a string.
Get full string representation from set of kwargs.
Attributes
mask_threshold
method
patch_overlap
patch_shape
Return a pretty name for the representation of parameters.
Get pretty representation of parameters.
recombination
- property pretty_name#
Return a pretty name for the representation of parameters.
- property pretty_par#
Get pretty representation of parameters.