CogBlobSegmentedImageConstants EnumerationCognex VisionPro 9.5
Enumeration of segmented images that may be obtained from the results by calling CreateSegmentedImage.

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax

public enum CogBlobSegmentedImageConstants
Members

  Member nameValueDescription
FinalImage0 The segmented blob image that was used for connectivity analysis. This will be the segmented image after any masking or morphology had been performed.
BeforeMorphology1 The segmented image before morphology has been performed This image will include the effects of masking if masking was enabled.
BeforeMasking2 The segmented image before masking and morphology have been performed.
Remarks

Enumeration of segmented images that may be obtained from the results by calling CreateSegmentedImage(CogBlobSegmentedImageConstants, Boolean).
See Also