Table of Contents

Class CudaBoxMaxFilter

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

BoxMax filter

public class CudaBoxMaxFilter : CudaFilter, IDisposable
Inheritance
CudaBoxMaxFilter
Implements
Inherited Members

Constructors

CudaBoxMaxFilter(DepthType, int, Size, Point, BorderType, MCvScalar)

Create a BoxMax filter.

public CudaBoxMaxFilter(DepthType srcDepth, int srcChannels, Size ksize, Point anchor, BorderType borderType = BorderType.Default, MCvScalar borderValue = default)

Parameters

srcDepth DepthType

The depth type of the source image

srcChannels int

The number of channels of 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.