CogIPOneImageGreyMorphology Elements Property Cognex VisionPro 9.23
The collection of 3x3 elements.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax

public CogIPOneImageGreyMorphology3x3Elements Elements { get; }

Property Value

Type: CogIPOneImageGreyMorphology3x3Elements
Events

Event TypeReason
CogIPOneImageGreyMorphology Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The set of grey morphology elements associated with this object. Each CogIPOneImageGreyMorphology3x3Element is a single 3x3 structuring element. Typically, the structuring element is one of the predefined types, but you can specify a custom element as well. You can combine more than one 3x3 element to create a larger structuring element.

See Also