Module padding

Source
Expand description

Image padding operations to increase the image size

Structs§

ConstantPadding
Pad the image with a constant value
NoPadding
Doesn’t apply any padding to the image returning it unaltered regardless of padding value
ZeroPadding
Pad the image with zeros. Uses ConstantPadding internally

Traits§

PaddingExt
Padding extension for images
PaddingStrategy
Defines a method for padding the data of an image applied directly to the ndarray type internally. Padding is symmetric