EZMap8::EZMap8

Creates a 8 bits EZMap.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void EZMap8(
)

void EZMap8(
   int width,
   int height
)

void EZMap8(
   const EZMap8& other
)

Parameters

width

The width of the new ZMap.

height

The height of the new ZMap.

other

Another ZMap.

EZMap8.EZMap8

Creates a 8 bits EZMap.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void EZMap8(
)

void EZMap8(
   int width,
   int height
)

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

Parameters

width

The width of the new ZMap.

height

The height of the new ZMap.

other

Another ZMap.