Table of Contents

Class CudaBoxMinFilter

Namespace
Emgu.CV.Cuda
Assembly
Emgu.CV.dll

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 DepthType

The depth of the source image

srcChannels int

The number of channels in the source image

ksize Size

Size of the kernel

anchor Point

The center of the kernel. User (-1, -1) for the default kernel center.

borderType BorderType

The border type.

borderValue MCvScalar

The border value.