Enumeration of segmented images that may be obtained from
the results by calling CreateSegmentedImage.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| FinalImage | 0 | The segmented blob image that was used for connectivity analysis. This will be the segmented image after any masking or morphology had been performed. | |
| BeforeMorphology | 1 | The segmented image before morphology has been performed This image will include the effects of masking if masking was enabled. | |
| BeforeMasking | 2 | The segmented image before masking and morphology have been performed. |
Remarks
See Also