Table of Contents

Enum CVSmoothType

Namespace
VisioForge.Core.Types.X.OpenCV
Assembly
VisioForge.Core.dll

OpenCV smooth type.

public enum CVSmoothType

Fields

Blur = 1

The blur.

Gaussian = 2

The gaussian.

Median = 3

The median.

Bilateral = 4

The bilateral.