The CogOCVMaxPattern 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.) | |
| CharacterRegistration | Gets or sets the type of registration (fitting) done for each character found. | |
| DOFEnable | The degrees of freedom (DOFs) to be searched. There are five degrees of freedom: Rotation, (uniform) Scale, ScaleX, ScaleY, and Shear. Any combination of these (including None) may be searched. If a particular DOF is enabled, the search will be performed between that DOF's LowerLimit and UpperLimit values, otherwise the search will be performed with that DOF's Nominal value. | |
| ExpectedDeformationRate | Gets or sets the expected deformation rate of the nonlinear fit used for registration. | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| Origin | Gets or sets the origin of the arrangement. | |
| ScoreMode | Gets or sets the mode used to compute the score for each character. | |
| 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.) | |
| Trained | Gets whether this pattern has been trained. | |
| TrainTimeout | If TrainTimeoutEnabled is True, this is the maximum amount of time in milliseconds that TrainTimeoutEnabledcan run. | |
| TrainTimeoutEnabled | Gets or sets whether the pattern is allowed to time out during training. | |
| TrainTransform | Gets or sets the transformation that specifies the mapping from the synthetically generated training images | |
| Tuned | True if the pattern has been tuned. | |
| TunedRunTimeout | Gets the run timeout value in milliseconds generated during the most recent call to to Tune . | |
| TuneImage | Gets the image used during tuning. | |
| TuneRegion | ||
| TuneResult | Gets the final CogOCVMaxResult generated during the most recent call to Tune . | |
| TuneRunParams | Gets or sets the run parameters used for tuning. |
See Also