blenderproc.python.modules.postprocessing.TrimRedundantChannels module

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

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

Removes redundant channels, where the input has more than one channels that share exactly the same value

run(image, key, version)[source]
Parameters:image – The image data.
Returns:The trimmed image data.