Module transform

Source
Expand description

Image transforms and warping

Modules§

affine

Structs§

ComposedTransform
Composition of two transforms. Specifically, derives transform2(transform1(image)). this is not equivalent to running the transforms separately, since the composition of the transforms occurs before sampling. IE, running transforms separately incur a resample per transform, whereas composed Transforms only incur a single image resample.

Enums§

TransformError

Traits§

Transform
TransformExt