Class ColumnSumFilter
A vertical 1D box filter.
public class ColumnSumFilter : CudaFilter, IDisposable
- Inheritance
-
ColumnSumFilter
- Implements
- Inherited Members
Constructors
ColumnSumFilter(DepthType, int, DepthType, int, int, int, BorderType, MCvScalar)
Creates a vertical 1D box filter.
public ColumnSumFilter(DepthType srcDepth, int srcChannels, DepthType dstDepth, int dstChannels, int ksize, int anchor = -1, BorderType borderType = BorderType.Default, MCvScalar borderValue = default)
Parameters
srcDepth
DepthTypeInput image depth.
srcChannels
intInput image channel.
dstDepth
DepthTypeOutput image depth.
dstChannels
intOutput image channel.
ksize
intKernel size.
anchor
intAnchor point. The default value (-1) means that the anchor is at the kernel center.
borderType
BorderTypePixel extrapolation method.
borderValue
MCvScalarDefault border value.