The CogPMAlignComposite type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
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.) | |
| CompositeData | Gets or sets the CompositeData property. | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IgnorePolarity | Gets or sets whether composite training should ignore polarity or not. | |
| ImageFraction | 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. | |
| PercentCoarseFeaturesUsed | 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. | |
| PercentFineFeaturesUsed | 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. | |
| SelectedIndex | 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. | |
| StateFlags |
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.) | |
| Timeout | Gets or sets the maximum amount of time in milliseconds that training can take. | |
| TimeoutEnabled | Gets or sets whether composite training is allowed to time out. If true, the composite training is limited by the Timeout value. | |
| TuningElasticity | Gets or sets the TuningElasticity property. The value indicates how far the feature location can vary. The value is specified in pixels. |
See Also