The CogPatInspectRunParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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. | |
| ComputeCorrelationScore | If true then the result object will contain a score indicating the correlation between the trained pattern image and the run-time match image. | |
| DifferenceImages | 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. | |
| DifferenceImagesRaw | 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. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| MatchImages | The match images that will be created at run-time. Specified by ORing together the desired match image constants. | |
| NeighborhoodHeight | The height in pixels of the neighborhood to be used when NormalizationMode is either LocalCorrection or LocalCorrectionEnhanced. | |
| NeighborhoodWidth | The width in pixels of the neighborhood to be used when NormalizationMode is either LocalCorrection or LocalCorrectionEnhanced. | |
| NormalizationMode | Normalization mode to be applied to the input image prior to performing the intensity difference operation. | |
| TailHigh | 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. | |
| TailLow | 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. |
See Also