blenderproc.python.modules.postprocessing.NoiseRemoval module

class blenderproc.python.modules.postprocessing.NoiseRemoval.NoiseRemoval(config)[source]

Bases: blenderproc.python.modules.main.Module.Module

Removes noise pixels.

Assumes that noise pixel values won’t occur more than 100 times.

run(image, key, version)[source]
Parameters:
  • image – The image data.
  • key – The key to use when writing to the .hdf5.
  • version – Version of the original data.
Returns:

The cleaned image data, key to use when writing and version numer.