The CogOCVMaxRunParams 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.) | |
| ComputePoses | Gets or sets the result poses to be computed. | |
| EarlyAcceptThreshold | Gets or sets the threshold for early acceptance of a potential line match as the true instance of the line in the image. | |
| EarlyFailThreshold | Gets or sets the threshold for early failure of a potential line match as the true instance of the line in the image. | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| ImageSearchParams | Gets or sets the search parameters used for pattern alignment in the image. | |
| KeySearchParams | Gets or sets the search parameters used for alignment of each keyset relative to its neighbor. | |
| RegionMode | Gets or sets how the pRegion parameter to Execute(CogImage8Grey, ICogRegion, CogOCVMaxRunParams) is applied to the input image. | |
| RunPose | When this property is not NULL, the search process assumes that the strings will be found very close to this pose. | |
| StartPoseSearchParams | Gets or sets the search parameters used for pattern alignment in the image when a run pose is being used. | |
| 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 execution of tuning can take. | |
| TimeoutEnabled | Gets or sets whether the pattern is allowed to time out when executing or tuning with these run parameters. |
See Also