The CogBeadInspectFindParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoCompute |
Gets or sets the flag to indicate whether the ContrastThreshold, the BeadWidth,
and the DarkBead properties are computed automatically.
| |
| BeadWidth |
Gets or sets the width of the bead to search for.
| |
| 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.) | |
| ContrastThreshold |
Gets or sets the contrast threshold used to detect the bead edges.
| |
| DarkBead |
Gets or sets the flag to indicate whether the bead is darker than the background.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| MaxNumResults |
Gets or sets the maximum number of results to return.
Each result represents a possible bead path that the algorithm found.
| |
| MaxSkipCount |
Gets or sets the maximum acceptable GAP length along the bead during the find.
It is defined by how many jumps the algorithm can continue searching for a bead along
its current direction. The count refers to the number of jumps.
The size of each jump is based on the bead width.
| |
| MaxWidthDeviation |
Gets or sets the maximum allowable bead width change specified as a fraction of the bead width.
| |
| StartCircle |
Gets or Sets the start circle. The center of this circle is used as a starting location by the pattern's
Find method.
| |
| 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.) |
See Also