LineMaxOperatorBase PropertiesCognex VisionPro 9.22 SR1

The LineMaxOperatorBase type exposes the following members.

Properties

  NameDescription
Public propertyAssurance
Get

Gets the tradeoff between speed and reliability when FittingMode is set to RANSAC mode.

Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Inherited from ChangedEventShareableBase.)
Public propertyCoverageThreshold
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.

Public propertyDistanceTolerance
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.

Public propertyEdgeAngleTolerance
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.

Public propertyEdgeDetectionParams
Get

Gets the parameters for generating edge points from image data.

Public propertyExpectedLineNormal
Get

Gets the expected line orientation.

Public propertyFittingMode
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.

Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyLengthThreshold
Get

Gets the minimum acceptable length of a line segment. Line segments must meet this constraint to become results.

Public propertyLineAngleTolerance
Get

Gets the maximum allowable angle between the normal of a line and the ExpectedLineNormal value. Lines must meet this constraint to become results.

Public propertyMaxNumLines
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.

Public propertyPolarity
Get

Gets the polarity constraint. Edge points must meet this constraint to become inliers.

Public propertyRegionMode
Get

Gets the technique, PixelAlignedBoundingBoxAdjustMask or PixelAlignedBoundingBox, used to apply the region to the inspection image.

Public propertyTimeout
Get

Gets the maximum amount of time that the inspection is allowed to execute.

Public propertyTimeoutEnabled
Get

Gets the applicability of Timeout.

Top
See Also