Table of Contents

Enum ElementShape

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Shape of the Structuring Element

public enum ElementShape

Fields

Cross = 1

A cross-shaped element.

Custom = 100

A user-defined element.

Ellipse = 2

An elliptic element.

Rectangle = 0

A rectangular element.