CogOCVMaxRunParams PropertiesCognex VisionPro

The CogOCVMaxRunParams type exposes the following members.

Properties

  NameDescription
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 propertyComputePoses
Gets or sets the result poses to be computed.
Public propertyEarlyAcceptThreshold
Gets or sets the threshold for early acceptance of a potential line match as the true instance of the line in the image.
Public propertyEarlyFailThreshold
Gets or sets the threshold for early failure of a potential line match as the true instance of the line in the image.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyImageSearchParams
Gets or sets the search parameters used for pattern alignment in the image.
Public propertyKeySearchParams
Gets or sets the search parameters used for alignment of each keyset relative to its neighbor.
Public propertyRegionMode
Gets or sets how the pRegion parameter to Execute(CogImage8Grey, ICogRegion, CogOCVMaxRunParams) is applied to the input image.
Public propertyRunPose
When this property is not NULL, the search process assumes that the strings will be found very close to this pose.
Public propertyStartPoseSearchParams
Gets or sets the search parameters used for pattern alignment in the image when a run pose is being used.
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 in milliseconds that execution of tuning can take.
Public propertyTimeoutEnabled
Gets or sets whether the pattern is allowed to time out when executing or tuning with these run parameters.
Top
See Also