boofcv.abst.filter.convolve
Interface ConvolveInterface<Input extends ImageGray,Output extends ImageGray>
-
- All Superinterfaces:
- FilterImageInterface<Input,Output>
- All Known Implementing Classes:
- GenericConvolve, GenericConvolveDown
public interface ConvolveInterface<Input extends ImageGray,Output extends ImageGray> extends FilterImageInterface<Input,Output>
Generic interface for performing image convolutions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description BorderTypegetBorderType()Returns how the image border is handled.-
Methods inherited from interface boofcv.abst.filter.FilterImageInterface
getHorizontalBorder, getInputType, getOutputType, getVerticalBorder, process
-
-
-
-
Method Detail
-
getBorderType
BorderType getBorderType()
Returns how the image border is handled.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG