Expand description
Image padding operations to increase the image size
Structs§
- Constant
Padding - Pad the image with a constant value
- NoPadding
- Doesn’t apply any padding to the image returning it unaltered regardless of padding value
- Zero
Padding - Pad the image with zeros. Uses ConstantPadding internally
Traits§
- Padding
Ext - Padding extension for images
- Padding
Strategy - Defines a method for padding the data of an image applied directly to the ndarray type internally. Padding is symmetric