Analyzer#

class Analyzer[source]#

Bases: ABC

Analyzes scenes and writes some output while running the analyze command.

This output can be used to normalize images, for example.

__init__()#

Methods

__init__()

process(scenes, tmp_dir)

Process scenes and save result.

abstract process(scenes: List[Scene], tmp_dir: str)[source]#

Process scenes and save result.

Parameters