ExtraOutput#
- class patch_denoise.space_time.base.ExtraOutput(*values)[source]#
Bases:
FlagEnum for output options.
Attributes
Save the patch weights.
Save the noise standard deviation estimate.
Save the rank estimate.
Save the patch count.
- COUNT = 8#
Save the patch count.
- NOISE_STD = 2#
Save the noise standard deviation estimate.
- RANK = 4#
Save the rank estimate.
- WEIGHTS = 1#
Save the patch weights.
- static _generate_next_value_(name, start, count, last_values)#
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None