LineFinderMethod

Description

How lines are found from points.

namespace LineFinderMethod
{
	enum Type
	{
		KSP,
		RANSAC,
		Hough,
		Projective
	};
}