CogIPOneImageMissingPixel PropertiesCognex VisionPro 9.21 SR1

The CogIPOneImageMissingPixel 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 propertyDirection
Get or set the direction in which the missing pixel processing is to be performed. Possible choices include Horizontal, Vertical, or Both.
Public propertyEnabled
Whether this one image operator will be used to compute the output image.
Public propertyFixedGlobalValue
Get or set the value used when GlobalValueMode is set to Fixed. Must be a legal pixel value.
Public propertyGlobalValueMode
Get or set the manner in which the 'global' value will be determined. Possible choices include Fixed, ImageMinimum, ImageMaximum, and ImageAverage.
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 propertyValueComputation
Get or set the manner in which 'neighboring' pixels will be processed. Possible choices include NeighborMinimum, NeighborMaximum, NeighborInterpolation, and Global.
Top
See Also