An NDoc Documented Class Library

Corners.findInitCorners Method 

Find the initial corner estimations of a stroke, indicating likely places where a stroke can be split up into corresponding substrokes.

private int[] findInitCorners(
   double speedThreshold,
   double curveThreshold
);

Parameters

speedThreshold
Percent of the average speed of the stroke
curveThreshold
Degrees per pixel

Return Value

The indices where the stroke should be split up

See Also

Corners Class | Fragmenter Namespace