EImageBW16::EImageBW16

Constructs a EImageBW16 image.

Namespace: Euresys::Open_eVision

[C++]

void EImageBW16(
)

void EImageBW16(
   int width,
   int height
)

void EImageBW16(
   int width,
   int height,
   EBW16 constant
)

void EImageBW16(
   const EImageBW16& other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

constant

Gray-level constant.

other

Another EImageBW16 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 EImageBW16 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.

EImageBW16.EImageBW16

Constructs a EImageBW16 image.

Namespace: Euresys.Open_eVision

[C#]

void EImageBW16(
)

void EImageBW16(
   int width,
   int height
)

void EImageBW16(
   int width,
   int height,
   Euresys.Open_eVision.EBW16 constant
)

void EImageBW16(
   Euresys.Open_eVision.EImageBW16 other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

constant

Gray-level constant.

other

Another EImageBW16 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 EImageBW16 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.