Expand description
Image transforms and warping
Modules§
Structs§
- Composed
Transform - 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.