CogPMAlignComposite PropertiesCognex VisionPro

The CogPMAlignComposite 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 propertyCompositeData
Gets or sets the CompositeData property.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIgnorePolarity
Gets or sets whether composite training should ignore polarity or not.
Public propertyImageFraction
Gets or sets the ImageFraction property. The feature must be present in at least this fraction of the images to contribute to the produced pattern.
Public propertyPercentCoarseFeaturesUsed
Gets the percentage of the coarse feature that were used in the pattern from the initial train image.The value is set when the user calls train and the item is enabled.
Public propertyPercentFineFeaturesUsed
Gets the percentage of the fine feature that were used in the pattern from the initial train image.The value is set when the user calls train and at least one composite item is enabled.
Public propertySelectedIndex
Gets or sets the SelectedIndex property. This property is used to create the record content graphics for the composite data item specified in the selected index. The SelectedIndex is used by the edit control to specify the item selected.
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 training can take.
Public propertyTimeoutEnabled
Gets or sets whether composite training is allowed to time out. If true, the composite training is limited by the Timeout value.
Public propertyTuningElasticity
Gets or sets the TuningElasticity property. The value indicates how far the feature location can vary. The value is specified in pixels.
Top
See Also