.DataAugmentation
compose
function
defined in module
DataAugmentation
compose(transforms...)
Compose tranformations. Use
|>
as an alias.
Defaults to creating a
Sequence
of transformations, but smarter behavior can be implemented. For example,
MapElem(f) |> MapElem(g) == MapElem(g ∘ f)
.
There are
21
methods for DataAugmentation.compose
:
The following pages link back here:
base.jl , projective/affine.jl , projective/compose.jl , projective/crop.jl , sequence.jl