CogIPOneImagePelSet PropertiesCognex VisionPro 9.21

The CogIPOneImagePelSet 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 propertyInputImageMask
Mask indicating areas of Care (255) and Don't Care (Zero). The mask is aligned to the InputImage using the InputImageMaskOffsetX & Y values. It is an undefined behavior if the mask pixels are not 0 or 255.
Public propertyInputImageMaskOffsetX
X offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the InputImage to the upper-left corner of the InputImageMask, in pixel coordinates of the InputImage.
Public propertyInputImageMaskOffsetY
Y offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the InputImage to the upper-left corner of the InputImageMask, in pixel coordinates of the InputImage.
Public propertyOperation
Get or set the operation to be performed at runtime. Possible choices include: set the care pels, or set the don't care pels.
Public propertyOperatorName
Returns/sets a displayable operator name.
Public propertyPelValue
Get or set the value used at runtime. Depending on the operation, the value is applied to care pels or don't care pels. This value is validated at runtime for the image type used. For CogImage8Grey the value cannot exceed 255.
Top
See Also