ELaserLineExtractor::GetProfile

Returns the last extracted profile.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

std::vector<float> GetProfile()

Remarks

If a point could not be extracted, its value will be set to FLOAT_MAX.

ELaserLineExtractor.Profile

Returns the last extracted profile.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

float[] Profile

{ get; }

Remarks

If a point could not be extracted, its value will be set to FLOAT_MAX.