RidgeOperator

Description

Method of the ridge magnitude measuring.

namespace RidgeOperator
{
	enum Type
	{
		Minimum,
		GeometricMean,
		ArithmeticMean,
		HarmonicMean
	};
}