Uses of Interface
boofcv.abst.filter.convolve.ConvolveDown
-
Uses of ConvolveDown in boofcv.abst.filter.convolve
Modifier and TypeClassDescriptionclass
GenericConvolveDown<Input extends ImageBase<Input>,
Output extends ImageBase<Output>> Generalized interface for filtering images with convolution kernels while skipping pixels.class
PlanarConvolveDown<In extends ImageGray<In>,
Out extends ImageGray<Out>> Implementation ofConvolveDown
forPlanar
images. -
Uses of ConvolveDown in boofcv.factory.filter.convolve
Modifier and TypeMethodDescriptionstatic <In extends ImageBase<In>,
Out extends ImageBase<Out>>
ConvolveDown<In,Out> FactoryConvolveDown.convolve
(Kernel1D kernel, BorderType border, boolean isHorizontal, int skip, ImageType<In> inputType, ImageType<Out> outputType) static <In extends ImageBase<In>,
Out extends ImageBase<Out>>
ConvolveDown<In,Out> FactoryConvolveDown.convolve
(Kernel2D kernel, BorderType border, int skip, ImageType<In> inputType, ImageType<Out> outputType) static <Input extends ImageGray<Input>,
Output extends ImageGray<Output>>
ConvolveDown<Planar<Input>,Planar<Output>> FactoryConvolveDown.convolvePL
(Kernel1D kernel, BorderType border, boolean isHorizontal, int skip, int numBands, Class<Input> inputType, Class<Output> outputType) static <Input extends ImageGray<Input>,
Output extends ImageGray<Output>>
ConvolveDown<Planar<Input>,Planar<Output>> FactoryConvolveDown.convolvePL
(Kernel2D kernel, BorderType border, int skip, int numBands, Class<Input> inputType, Class<Output> outputType)