Cog3DRangeImageCrossSectionProfile GetWeights Method Cognex VisionPro
Gets the weights for each height value in the profile data. The weight will indicate the number of pixels contributing to the height value in the corresponding profile datum. The weight value is between 0 and 1. A value of 0 indicates that all pixels contributing to the height are missing. Returns null if the ProfileRoot is null.

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

public double[] GetWeights()

Return Value

Type:  Double 
See Also