PathSegmentationMode
Description
Describes possible output of segmentation operation.
Values of this enumeration:
- SegmentsAndArcs - Segmented parts will contain fitted segments as well as arcs.
- Segments - Segmentation will result with straight segments only.
namespace PathSegmentationMode
{
enum Type
{
SegmentsAndArcs,
Segments
};
}
