Cog3DRangeImagePixelCounts NumUsedPixels Property Cognex VisionPro 9.8
The number of pixels that were actually used by the tool or function to compute the result. Such pixels must always be visible care pixels, but some functions may choose to impose other restrictions as well. Each function should document how it computes NumUsedPels. Note that this value is always less than or equal to NumVisibleCarePels.

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

public int NumUsedPixels { get; }

Property Value

Type: Int32
See Also