CWIMAQFitEllipseOptions
CWIMAQFitEllipseOptions specifies the options to use when calling CWIMAQVision.FitEllipse2.
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 ellipse can have. |
| PixelRadius | Acceptable distance, in pixels, that a point determined to belong to the ellipse can be from the circumference of the ellipse. |
| RejectOutliers | Boolean that determines if the algorithm should reject outlying points. |