poly_lithic.src.transformers.BaseTransformers module🔗
- class poly_lithic.src.transformers.BaseTransformers.SimpleTransformer(config)[source]🔗
Bases:
BaseTransformer
- class poly_lithic.src.transformers.BaseTransformers.CAImageTransfomer(config)[source]🔗
Bases:
BaseTransformer
Input only image transformation
- handler(variable_name, value)[source]🔗
Handler function to handle the input data, in most cases it initiates the transform function when all the input data is available. Handler is the only function exposed to the main loop of the program aside from initial configuration.
- Parameters:
variable_name (str)
value (dict)
- class poly_lithic.src.transformers.BaseTransformers.PassThroughTransformer(config)[source]🔗
Bases:
BaseTransformer