Package boofcv.abst.filter.convolve
Class PlanarConvolveDown<In extends ImageGray<In>,Out extends ImageGray<Out>>
java.lang.Object
boofcv.abst.filter.convolve.PlanarConvolveDown<In,Out>
- All Implemented Interfaces:
ConvolveDown<Planar<In>,,Planar<Out>> ConvolveInterface<Planar<In>,,Planar<Out>> FilterImageInterface<Planar<In>,Planar<Out>>
public class PlanarConvolveDown<In extends ImageGray<In>,Out extends ImageGray<Out>>
extends Object
implements ConvolveDown<Planar<In>,Planar<Out>>
Implementation of
ConvolveDown for Planar images. Uses an implementation for ImageGray
to apply the down convolution.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns how the image border is handled.intHow many pixels are not processed along the x-axis border, left and right.intHow many pixels are not processed along the y-axis border, top and bottom.Specifies the input image typeSpecifies the output image typeintgetSkip()voidProcesses the input image and writes the results to the output image.voidsetSkip(int skip)
-
Constructor Details
-
PlanarConvolveDown
-
-
Method Details
-
process
Description copied from interface:FilterImageInterfaceProcesses the input image and writes the results to the output image. -
getBorderX
public int getBorderX()Description copied from interface:FilterImageInterfaceHow many pixels are not processed along the x-axis border, left and right.- Specified by:
getBorderXin interfaceFilterImageInterface<In extends ImageGray<In>,Out extends ImageGray<Out>> - Returns:
- Border size in pixels.
-
getBorderY
public int getBorderY()Description copied from interface:FilterImageInterfaceHow many pixels are not processed along the y-axis border, top and bottom.- Specified by:
getBorderYin interfaceFilterImageInterface<In extends ImageGray<In>,Out extends ImageGray<Out>> - Returns:
- Border size in pixels.
-
getInputType
Description copied from interface:FilterImageInterfaceSpecifies the input image type- Specified by:
getInputTypein interfaceFilterImageInterface<In extends ImageGray<In>,Out extends ImageGray<Out>> - Returns:
- Input image type.
-
getOutputType
Description copied from interface:FilterImageInterfaceSpecifies the output image type- Specified by:
getOutputTypein interfaceFilterImageInterface<In extends ImageGray<In>,Out extends ImageGray<Out>> - Returns:
- Output image type.
-
getBorderType
Description copied from interface:ConvolveInterfaceReturns how the image border is handled.- Specified by:
getBorderTypein interfaceConvolveInterface<In extends ImageGray<In>,Out extends ImageGray<Out>>
-
getSkip
public int getSkip() -
setSkip
public void setSkip(int skip)
-