GradientMaskOperator

Description

Describes methods of image gradient computing.

Values of this enumeration:


namespace GradientMaskOperator
{
	enum Type
	{
		Sobel,
		Prewitt,
		Scharr,
		Central,
		Forward
	};
}