The LineMaxOperatorBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Assurance | Get Gets the tradeoff between speed and reliability when FittingMode is set to RANSAC mode. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| CoverageThreshold | Get Gets the minimum acceptable proportion of inliers relative to the number of intersected projection regions. Line segments must meet this constraint to become results. | |
| DistanceTolerance | Get Gets the maximum allowable distance between a line and an inlier of the line. Edge points must meet this constraint to become inliers of the line. | |
| EdgeAngleTolerance | Get Gets the maximum allowable angle between a line and an inlier of the line. Edge points must meet this constraint to become inliers of the line. | |
| EdgeDetectionParams | Get Gets the parameters for generating edge points from image data. | |
| ExpectedLineNormal | Get Gets the expected line orientation. | |
| FittingMode | Get Gets the method to use when generating candidate lines. If you select Exhaustive mode, a candidate line will be generated for every possible pair of edge points. If you select RANSAC mode, a candidate line will be generated from a smaller number of randomly chosen point pairs. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| LengthThreshold | Get Gets the minimum acceptable length of a line segment. Line segments must meet this constraint to become results. | |
| LineAngleTolerance | Get Gets the maximum allowable angle between the normal of a line and the ExpectedLineNormal value. Lines must meet this constraint to become results. | |
| MaxNumLines | Get Gets the maximum number of lines to be found. A LineMaxMulti license must be available to execute the tool with MaxNumLines set to greater than or equal to 0. | |
| Polarity | Get Gets the polarity constraint. Edge points must meet this constraint to become inliers. | |
| RegionMode | Get Gets the technique, PixelAlignedBoundingBoxAdjustMask or PixelAlignedBoundingBox, used to apply the region to the inspection image. | |
| Timeout | Get Gets the maximum amount of time that the inspection is allowed to execute. | |
| TimeoutEnabled | Get Gets the applicability of Timeout. |