The CogBeadInspectPattern type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CaliperSpacing |
Gets or sets the spacing between caliper center-points, along the chosen coarse bead path.
Since there is no empty space between neighboring calipers, this value is also the height of each caliper.
The height is measured perpendicular to the "width", which is measured across the bead (from one edge to the other).
| |
| 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.) | |
| CurrentFindResultIndex |
Gets or sets the index of the result within the FindResults
property to use when calling the
SetCoarseContour(CogGeneralContour)
method.
| |
| FindParams |
Gets or sets the parameters required to find one or more coarse paths that can be used for training this pattern.
| |
| FindResultIndexUsedInTrain |
Gets the index of the FindResults
property that is used by the
Train
method.
| |
| FindResults |
Gets the results from the last call to Find .
| |
| FixedWidth |
Gets or sets the fixed bead width to use when training. This value only applies if
FixedWidthEnabled
is set to "true".
| |
| FixedWidthEnabled |
Gets or Sets whether training uses a fixed bead width. The value used when training is defined by the
FixedWidth
property.
| |
| Found |
Gets whether one or more coarse paths have been found.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| SmoothingFactor |
Gets or sets the number of consecutive calipers used (during training) to compute the average values of the the trained path.
| |
| 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 is currently trained.
| |
| TrainImage |
Gets or sets the image that will be used to find coarse paths and train this pattern.
| |
| TrainResult |
Gets the result from the last call to Train .
|
See Also