CogCaliper PropertiesCognex VisionPro

The CogCaliper type exposes the following members.

Properties

  NameDescription
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.
Public propertyContrastThreshold
Minimum contrast required for an edge to be considered during the scoring phase.
Public propertyEdge0Polarity
Desired polarity of first edge.
Public propertyEdge0Position
Position of the first edge with respect to the model origin.
Public propertyEdge1Polarity
Desired polarity of second edge. Note that this only applies if EdgeMode = cogCaliperEdgeModePair.
Public propertyEdge1Position
Position of the second edge with respect to the model origin. Note this only applies if EdgeMode = Pair
Public propertyEdgeMode
Whether to locate a single edge or an edge pair for each result.
Public propertyFilterHalfSizeInPixels
Filter half size in pixels.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyMaxResults
Max number of results to find.
Public propertySamplingMode
How to perform affine sampling.
Public propertySingleEdgeScorers
Scoring functions used when edge mode is cogCaliperEdgeModeSingle.
Public propertyTwoEdgeScorers
Scoring functions used when edge mode is cogCaliperEdgeModePair.
Top
See Also