CogPatInspectRunParams PropertiesCognex VisionPro 9.23

The CogPatInspectRunParams 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 propertyComputeCorrelationScore
If true then the result object will contain a score indicating the correlation between the trained pattern image and the run-time match image.
Public propertyDifferenceImages
The difference images that will be created at run-time. Images indicate differences between the normalized input image and trained pattern image after thresholding is performed. Specified by ORing together the desired difference image constants.
Public propertyDifferenceImagesRaw
The raw difference images that will be created at run-time. Images indicate raw differences between the normalized input image and trained pattern image with no thresholding performed. Specified by ORing together the desired difference image constants.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyMatchImages
The match images that will be created at run-time. Specified by ORing together the desired match image constants.
Public propertyNeighborhoodHeight
The height in pixels of the neighborhood to be used when NormalizationMode is either LocalCorrection or LocalCorrectionEnhanced.
Public propertyNeighborhoodWidth
The width in pixels of the neighborhood to be used when NormalizationMode is either LocalCorrection or LocalCorrectionEnhanced.
Public propertyNormalizationMode
Normalization mode to be applied to the input image prior to performing the intensity difference operation.
Public propertyTailHigh
The percentage of pixels to discard on the high end of the grey scale spectrum prior to performing tail matching normalization. Only applicable if match tails is selected for the NormalizationMode.
Public propertyTailLow
The percentage of pixels to discard on the low end of the grey scale spectrum prior to performing tail matching normalization. Only applicable if match tails is selected for the NormalizationMode.
Top
See Also