EImageBW8::EImageBW8

Constructs a EImageBW8 image.

Namespace: Euresys::Open_eVision

[C++]

void EImageBW8(
)

void EImageBW8(
   int width,
   int height
)

void EImageBW8(
   int width,
   int height,
   EBW8 constant
)

void EImageBW8(
   const EImageBW8& other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

constant

Gray-level constant.

other

Another EImageBW8 object.

Remarks

The constructor with no arguments creates a zero-sized image. You can modify the image size by calling EBaseROI::SetSize method. The sizing constructor constructs an image of the given size. See EBaseROI::SetSize for informations about the sizing restrictions. The copy constructor copies all the supplied image properties (content, attributes, sub-ROIs...) into the current object. Note that if you used EImageBW8 to assign an external buffer to the image, that buffer will not be copied, the resulting image will just point to the same buffer as the original.

EImageBW8.EImageBW8

Constructs a EImageBW8 image.

Namespace: Euresys.Open_eVision

[C#]

void EImageBW8(
)

void EImageBW8(
   int width,
   int height
)

void EImageBW8(
   int width,
   int height,
   Euresys.Open_eVision.EBW8 constant
)

void EImageBW8(
   Euresys.Open_eVision.EImageBW8 other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

constant

Gray-level constant.

other

Another EImageBW8 object.

Remarks

The constructor with no arguments creates a zero-sized image. You can modify the image size by calling EBaseROI::SetSize method. The sizing constructor constructs an image of the given size. See EBaseROI::SetSize for informations about the sizing restrictions. The copy constructor copies all the supplied image properties (content, attributes, sub-ROIs...) into the current object. Note that if you used EImageBW8 to assign an external buffer to the image, that buffer will not be copied, the resulting image will just point to the same buffer as the original.