MeanKernel

Description

Describes shape and size of structuring element used during smoothing.

namespace MeanKernel
{
	enum Type
	{
		Box3x3,
		Box5x5
	};
}