Documentation Portal      

What are you looking for?

EImageBW1::EImageBW1

Constructs a EImageBW1 image.

Namespace: Euresys::Open_eVision_2_6

[C++]

void EImageBW1(
)

void EImageBW1(
   OEV_INT32 width,
   OEV_INT32 height
)

void EImageBW1(
   const EImageBW1& other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

other

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

EImageBW1.EImageBW1

Constructs a EImageBW1 image.

Namespace: Euresys.Open_eVision_2_6

[C#]

void EImageBW1(
)

void EImageBW1(
   int width,
   int height
)

void EImageBW1(
   Euresys.Open_eVision_2_6.EImageBW1 other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

other

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

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110