RectangularRoiMask

Description

Describes what shape the ROI inside rectangle will have.

namespace RectangularRoiMask
{
	enum Type
	{
		Rectangle,
		Ellipse
	};
}