Package deepboof.forward
Interface ClippedPadding2D<T extends Tensor<T>>
- All Superinterfaces:
ITensor,SpatialPadding2D<T>,VTensor
- All Known Implementing Classes:
ClippedPadding2D_F32,ClippedPadding2D_F64
public interface ClippedPadding2D<T extends Tensor<T>> extends SpatialPadding2D<T>
Interface for padding in which the region being sampled has been clipped so that it will be
entirely contained inside the original image.
-
Method Summary
Methods inherited from interface deepboof.ITensor
createCoor, getDataType, getDimension, getShape, isShape, lengthMethods inherited from interface deepboof.forward.SpatialPadding2D
getClippingOffsetCol, getClippingOffsetRow, getPaddingCol0, getPaddingCol1, getPaddingRow0, getPaddingRow1, getTensorType, isClipped, setInput, shapeGivenInput