CogIPOneImageConvolveNxM PropertiesCognex VisionPro 9.8 SR1

The CogIPOneImageConvolveNxM type exposes the following members.

Properties

  NameDescription
Public propertyBoundaryMode
Get or set the NxM convolution boundary mode. Legal values are Reflected and Clipped.
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 propertyKernelHeight
Get or set the height of the convolution kernel in pixels.
Public propertyKernelWidth
Get or set the width of the convolution kernel in pixels.
Public propertyOperatorName
Returns/sets a displayable operator name.
Top
See Also