ELaserLineExtractor::ELaserLineExtractor

Creates an ELaserLineExtractor object.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void ELaserLineExtractor(
   int frameWidth,
   int frameHeight,
   int numFramesPerMap,
   float zResolution
)

void ELaserLineExtractor(
   const ELaserLineExtractor& other
)

Parameters

frameWidth

Width of the frames from which the profiles will be extracted.

frameHeight

Height of the frames from which the profiles will be extracted.

numFramesPerMap

Number of frames (and thus profiles) to be used per depth map. Each extracted profile create a line in the depth map.

zResolution

Optional parameter for the Z resolution of the extracted profile.
With a value of 0, the resolution will be automatically calculated to maximize the sub-pixel accuracy.

other

The object that should be copied

ELaserLineExtractor.ELaserLineExtractor

Creates an ELaserLineExtractor object.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void ELaserLineExtractor(
   int frameWidth,
   int frameHeight,
   int numFramesPerMap,
   float zResolution
)

void ELaserLineExtractor(
   Euresys.Open_eVision.Easy3D.ELaserLineExtractor other
)

Parameters

frameWidth

Width of the frames from which the profiles will be extracted.

frameHeight

Height of the frames from which the profiles will be extracted.

numFramesPerMap

Number of frames (and thus profiles) to be used per depth map. Each extracted profile create a line in the depth map.

zResolution

Optional parameter for the Z resolution of the extracted profile.
With a value of 0, the resolution will be automatically calculated to maximize the sub-pixel accuracy.

other

The object that should be copied