Uses of Interface
boofcv.abst.filter.convolve.ConvolveDown
Packages that use ConvolveDown
-
Uses of ConvolveDown in boofcv.abst.filter.convolve
Classes in boofcv.abst.filter.convolve that implement ConvolveDownModifier and TypeClassDescriptionclassGenericConvolveDown<Input extends ImageBase<Input>,Output extends ImageBase<Output>> Generalized interface for filtering images with convolution kernels while skipping pixels.classPlanarConvolveDown<In extends ImageGray<In>,Out extends ImageGray<Out>> Implementation ofConvolveDownforPlanarimages.Constructors in boofcv.abst.filter.convolve with parameters of type ConvolveDown -
Uses of ConvolveDown in boofcv.factory.filter.convolve
Methods in boofcv.factory.filter.convolve that return ConvolveDownModifier 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)