GaussKernel

Description

Possible dimensions of gaussian kernel used to smooth image.

namespace GaussKernel
{
	enum Type
	{
		_2x2,
		_3x3,
		_5x5,
		_7x7,
		_9x9,
		_11x11
	};
}