ThresholdDynamicReferenceMethod

Description

Possible methods of calculating dynamic threshold values. See SmoothImage filter family.

namespace ThresholdDynamicReferenceMethod
{
	enum Type
	{
		Mean,
		Median,
		Middle
	};
}