class DenoiseBregmanFilter[source]
get_filter_padding()[source]
get_max_frames()[source]
process_frames(data)[source]

This method is called after the plugin has been created by the pipeline framework and forms the main processing step

Parameters

data (list(np.array)) – A list of numpy arrays for each input dataset.