MorphologyKernel

Description

Describes shape and size of kernel used during morphological operation.

namespace MorphologyKernel
{
	enum Type
	{
		Box3x3,
		Box5x5,
		Cross3x3,
		Cross5x5,
		Disc5x5,
		Disc7x7,
		Disc9x9
	};
}