Class ConvolveDownNormalized_JustBorder

java.lang.Object
boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder

@Generated("boofcv.alg.filter.convolve.down.GenerateConvolveDownNormalized_JustBorder") public class ConvolveDownNormalized_JustBorder extends Object

Convolves a 1D kernel in the horizontal or vertical direction while skipping pixels across an image's border. The kernel is re-normalizing the depending upon the amount of overlap it has with the image. These functions will NOT work on kernels which are large than the image.

NOTE: Do not modify. Automatically generated by GenerateConvolveDownNormalized_JustBorder.