Static Public Attributes | List of all members
MorphologyMask Class Reference

Available morphology masks. More...

Inherits object.

Static Public Attributes

int Cross = 3
 Cross-shaped morphology mask. More...
 
int Elliptic = 5
 Elliptic morphology mask. More...
 
int Rectangular = 2
 Rectangular morphology mask. More...
 

Detailed Description

Available morphology masks.

Member Data Documentation

◆ Cross

int Cross = 3
static

Cross-shaped morphology mask.

◆ Elliptic

int Elliptic = 5
static

Elliptic morphology mask.

◆ Rectangular

int Rectangular = 2
static

Rectangular morphology mask.