Class SeparableLinearFilter
SeparableLinearFilter
public class SeparableLinearFilter : CudaFilter, IDisposable
- Inheritance
-
SeparableLinearFilter
- Implements
- Inherited Members
Constructors
SeparableLinearFilter(DepthType, int, DepthType, int, IInputArray, IInputArray, Point, BorderType, BorderType)
Create a SeparableLinearFilter
public SeparableLinearFilter(DepthType srcDepth, int srcChannels, DepthType dstDepth, int dstChannels, IInputArray rowKernel, IInputArray columnKernel, Point anchor, BorderType rowBorderType = BorderType.Default, BorderType columnBorderType = BorderType.Default)
Parameters
srcDepth
DepthTypeSource array depth
srcChannels
intSource array channels
dstDepth
DepthTypeDestination array depth
dstChannels
intDestination array channels
rowKernel
IInputArrayHorizontal filter coefficients. Support kernels with size <= 32 .
columnKernel
IInputArrayVertical filter coefficients. Support kernels with size <= 32 .
anchor
PointAnchor position within the kernel. Negative values mean that anchor is positioned at the aperture center.
rowBorderType
BorderTypePixel extrapolation method in the vertical direction
columnBorderType
BorderTypePixel extrapolation method in the horizontal direction