CogIPOneImageGreyMorphology PropertiesCognex VisionPro 9.7

The CogIPOneImageGreyMorphology 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 propertyElements
The collection of 3x3 elements.
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 propertyHeight
Height of the structuring element. Varies according to the number of 3x3 elements. For instance, two 3x3 morphology elements implies a 5x5 structuring element. Hence, the Height would be 5.
Public propertyOperation
Morphology operation to perform.
Public propertyOperatorName
Returns/sets a displayable operator name.
Public propertyOriginX
X Coordinate of the origin of the structuring element relative to the upper left corner of the structuring element. OriginX is zero-based. The result of a morphological operation is stored at the pixel in the output image corresponding to the origin.
Public propertyOriginY
Y Coordinate of the origin of the structuring element relative to the upper left corner of the structuring element. OriginY is zero-based.
Public propertyWidth
Width of the structuring element. Varies according to the number of 3x3 elements. For instance, two 3x3 morphology elements implies a 5x5 structuring element. Hence, the Width would be 5.
Top
See Also