Table of Contents

Class Filter2DParams

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Parameters for the OpenCV 5 Filter2D(InputArray, OutputArray, InputArray, Filter2DParams?) overload. Mirrors cv::Filter2DParams; all fields are optional and default to the OpenCV defaults.

public class Filter2DParams
Inheritance
Filter2DParams
Inherited Members

Properties

AnchorX

Anchor X. -1 means the anchor is at the kernel center.

AnchorY

Anchor Y. -1 means the anchor is at the kernel center.

BorderType

Pixel extrapolation method.

BorderValue

Border value used in case of a constant border.

Ddepth

Desired depth of the destination image. -1 means the same depth as the source.

Scale

Optional scale factor applied to the filtered pixels.

Shift

Optional value added to the filtered pixels.