Class CudaBoxFilter
Box filter
public class CudaBoxFilter : CudaFilter, IDisposable
- Inheritance
-
CudaBoxFilter
- Implements
- Inherited Members
Constructors
CudaBoxFilter(DepthType, int, DepthType, int, Size, Point, BorderType, MCvScalar)
Create a BoxMax filter.
public CudaBoxFilter(DepthType srcDepth, int srcChannels, DepthType dstDepth, int dstChannels, Size ksize, Point anchor, BorderType borderType = BorderType.Default, MCvScalar borderValue = default)
Parameters
srcDepth
DepthTypeThe source image depth type
srcChannels
intThe number of channels in the source image
dstDepth
DepthTypeThe destination image depth type
dstChannels
intThe number of channels in the destination 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.