CWIMAQFitCircleOptions
CWIMAQFitCircleOptions specifies the options to use when calling CWIMAQVision.FitCircle2.
Properties
| MaxIterations | Number of refining steps the algorithm takes to ensure that the quality of the fit is better than MinScore. |
| MinScore | Minimum score that the fitted circle can have. |
| PixelRadius | Acceptable distance, in pixels, that a point determined to belong to the circle can be from the circumference of the circle. |
| RejectOutliers | Boolean that indicates if the algorithm should reject outlying points. |