deinterlacing.parameters module
- class deinterlacing.parameters.DeinterlaceParameters(*args, **kwargs)[source]
Bases:
objectDeinterlaceParameters encapsulates the parameters utilized in
deinterlacingto control the deinterlacing process. The structure also contains validation logic to ensure that the parameters are appropriate for the provided images.- Variables:
block_size – f
pool – f
unstable – f
subsearch – f
align – f
has_turnaround – f
null_edges – f
use_gpu – f
images – f
- Parameters:
__dataclass_self__ (PydanticDataclass)
args (Any)
kwargs (Any)