nrtk.impls.perturb_image.generic.compose_perturber
This module provides the ComposePerturber class, which allows for composing multiple image perturbations by sequentially applying a list of PerturbImage instances.
Classes
A class that composes multiple image perturbations by applying a list of perturbers sequentially to an input image. |