CogPMAlignMultiRunParams PropertiesCognex VisionPro 9.7

The CogPMAlignMultiRunParams 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 propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyPMAlignRunParams
Gets or sets the PMAlignRunParams.
Public propertyReportResultsFromOnePatternOnly
Gets or sets the ReportResultsFromOnePatternOnly Boolean.

For Sequential search Sequential

For SequentialMostRecentlySuccessful search SequentialMostRecentlySuccessful

For SequentialMostSuccessful search SequentialMostSuccessful

For Exhaustive search Exhaustive

Public propertyRuntimeMode
Gets or sets the runtime mode.
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 propertyStopSequentialThreshold
Gets or sets the StopSequentialThreshold. This property is only used in Sequential search as one of the stopping condition criteria. Sequential searches will stop when the total number of found instances (with a score at or above this threshold) from a single pattern meets or exceeds the ApproximateNumberToFind. It does not alter the PatMax search algorithm. The value must be greater or equal to the AcceptThreshold otherwise a runtime error will be reported.
Public propertyUseXYOverlapBetweenPatterns
Gets or sets the UseXYOverlapBetweenPatterns Boolean. If true, the overlap value from the PMAlignRunParams is used to discard overlapping instances of different patterns. Otherwise, the overlap value is only used to discard overlapping instances of a single pattern.
Top
See Also