Member Type Description
independent bool True if the transform is independent, false otherwise. Independent transforms process each Mat in a Template independently. This means that a new instance of the transform is created for each Mat. If the transform is trainable and the training data has more then one Mat per template, each created instance of the transform is trained separately. Please see Training Algorithms for more details.
trainable bool True if the transform is trainable, false otherwise. Trainable transforms need to overload the train function.