Class ConvolveImageDownNoBorder

java.lang.Object
boofcv.alg.filter.convolve.ConvolveImageDownNoBorder

public class ConvolveImageDownNoBorder extends Object

Specialized convolution where the center of the convolution skips over a constant number of pixels in the x and/or y axis. The output it written into an image in a dense fashion, resulting in it being at a lower resolution. A typical application for this is down sampling inside an image pyramid.