CogIPOneImageSubSampler PropertiesCognex VisionPro 9.10

The CogIPOneImageSubSampler 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 propertyEnabled
Whether this one image operator will be used to compute the output image.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyOperatorName
Returns/sets a displayable operator name.
Public propertySampleX
The factor used to divide the image into blocks of SampleX pixels along its width. The output image is produced from either most central pixel of each block specified by SampleX and SampleY, or if SpatialAverage is enabled, the average of the block.
Public propertySampleY
The factor used to divide the image into blocks of SampleY pixels along its height. The output image is produced from either most central pixel of each block specified by SampleX and SampleY, or if SpatialAverage is enabled, the average of the block.
Public propertySpatialAverage
A flag designating that the image should be averaged, and not merely sampled. The pixel values from each pixel in the sample-size blocks are summed, and the result is divided by the number of pixels in the block.
Top
See Also