CogBeadInspectPattern PropertiesCognex VisionPro 9.22

The CogBeadInspectPattern type exposes the following members.

Properties

  NameDescription
Public propertyCaliperSpacing
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).
Public propertyChangedEventSuspended
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.)
Public propertyCurrentFindResultIndex
Gets or sets the index of the result within the FindResults property to use when calling the SetCoarseContour(CogGeneralContour) method.
Public propertyFindParams
Gets or sets the parameters required to find one or more coarse paths that can be used for training this pattern.
Public propertyFindResultIndexUsedInTrain
Gets the index of the FindResults property that is used by the Train  method.
Public propertyFindResults
Public propertyFixedWidth
Gets or sets the fixed bead width to use when training. This value only applies if FixedWidthEnabled is set to "true".
Public propertyFixedWidthEnabled
Gets or Sets whether training uses a fixed bead width. The value used when training is defined by the FixedWidth property.
Public propertyFound
Gets whether one or more coarse paths have been found.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertySmoothingFactor
Gets or sets the number of consecutive calipers used (during training) to compute the average values of the the trained path.
Public propertyStateFlags
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.)
Public propertyTrained
Gets whether this pattern is currently trained.
Public propertyTrainImage
Gets or sets the image that will be used to find coarse paths and train this pattern.
Public propertyTrainResult
Top
See Also