Class CudaBoxMinFilter
BoxMin filter
public class CudaBoxMinFilter : CudaFilter, IDisposable
- Inheritance
-
CudaBoxMinFilter
- Implements
- Inherited Members
Constructors
CudaBoxMinFilter(DepthType, int, Size, Point, BorderType, MCvScalar)
Create a BoxMin filter.
public CudaBoxMinFilter(DepthType srcDepth, int srcChannels, Size ksize, Point anchor, BorderType borderType = BorderType.Default, MCvScalar borderValue = default)
Parameters
srcDepth
DepthTypeThe depth of the source image
srcChannels
intThe number of channels in the source image
ksize
SizeSize of the kernel
anchor
PointThe center of the kernel. User (-1, -1) for the default kernel center.
borderType
BorderTypeThe border type.
borderValue
MCvScalarThe border value.