CogLineMax PropertiesCognex VisionPro

The CogLineMax type exposes the following members.

Properties

  NameDescription
Public propertyAssurance
Gets or sets the tradeoff between speed and reliability when FittingMode is set to RANSAC mode.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCoverageThreshold
Gets or sets 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
Gets or sets 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
Gets or sets 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
Gets or sets the parameters for generating edge points from image data.
Public propertyExpectedLineNormal
Gets or sets the expected line orientation.
Public propertyFittingMode
Gets or sets 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 propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyLengthThreshold
Gets or sets the minimum acceptable length of a line segment. Line segments must meet this constraint to become results.
Public propertyLineAngleTolerance
Gets or sets the maximum allowable angle between the normal of a line and the ExpectedLineNormal value. Lines must meet this constraint to become results.
Public propertyMaxNumLines
Gets or sets 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
Gets or sets the polarity constraint. Edge points must meet this constraint to become inliers.
Public propertyRegionMode
Gets or sets the technique, PixelAlignedBoundingBoxAdjustMask or PixelAlignedBoundingBox, used to apply the region to the inspection image.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyTimeout
Gets or sets the maximum amount of time that the inspection is allowed to execute.
Public propertyTimeoutEnabled
Get or set the applicability of Timeout.
Top
See Also