Cog3DRangeImageVolumeCalculator ComputePixelCountsDiagImage Property Cognex VisionPro
Specifies whether or not to include a pixel counts diagnostics image in the result. The pixel counts diagnostics image indicates which pixels in the range image were used by the volume calculation.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public bool ComputePixelCountsDiagImage { get; set; }

Property Value

Type: Boolean
The default is true.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfComputePixelCountsDiagImage
See Also