Table of Contents

Enum MorphOp

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

Morphology operation type

public enum MorphOp

Fields

Blackhat = 6

Black hat

Close = 3

Close

Dilate = 1

Dilate

Erode = 0

Erode

Gradient = 4

Gradient

HitMiss = 7

Hit or miss. Only supported for CV_8UC1 binary images.

Open = 2

Open

Tophat = 5

Top hat