CWIMAQCurveReportItem
CWIMAQCurveReportItem contains information about a curve found by the CWIMAQVision.ExtractCurves method.
Properties
AverageEdgeStrength | The average of all edge strengths detected on the curve. |
Closed | If the distance between the endpoints of the curve is less than or equal to MaxEndpointGap, this property is True. Otherwise, this property is False. |
CurveLength | The length of the curve. |
MaxEdgeStrength | The highest edge strength detected on the curve. |
MinEdgeStrength | The lowest edge strength detected on the curve. |
Points | The location of every point detected on the curve. |