Gets the profile height data in pixels.
Returns null if the ProfileRoot is null.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
public double[] GetProfileData()
public double[] GetProfileData()
Public Function GetProfileData As Double()
Public Function GetProfileData As Double()
public:
array<double>^ GetProfileData()
public:
array<double>^ GetProfileData()
Return Value
Type:
Double
The user should rely on the weights array (returned by GetWeights())
to determine what action to take with regards to non-visible pixels.
The weights array is of the same size as the profile data array,
and should be used to determine which points in the profile data are "missing".
Any point whose weight is zero is considered "missing", and should not be
examined: its height (y-value) is meaningless.