CogBeadInspectFindParams PropertiesCognex VisionPro 9.21 SR1

The CogBeadInspectFindParams type exposes the following members.

Properties

  NameDescription
Public propertyAutoCompute
Gets or sets the flag to indicate whether the ContrastThreshold, the BeadWidth, and the DarkBead properties are computed automatically.
Public propertyBeadWidth
Gets or sets the width of the bead to search for.
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 propertyContrastThreshold
Gets or sets the contrast threshold used to detect the bead edges.
Public propertyDarkBead
Gets or sets the flag to indicate whether the bead is darker than the background.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyMaxNumResults
Gets or sets the maximum number of results to return. Each result represents a possible bead path that the algorithm found.
Public propertyMaxSkipCount
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.
Public propertyMaxWidthDeviation
Gets or sets the maximum allowable bead width change specified as a fraction of the bead width.
Public propertyStartCircle
Gets or Sets the start circle. The center of this circle is used as a starting location by the pattern's Find  method.
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.)
Top
See Also