Documentation Portal      

What are you looking for?

EDepthMap16::SetSize

Sets the width and height of a DepthMap.

Namespace: Euresys::Open_eVision_2_6::Easy3D

[C++]

void SetSize(
   OEV_INT32 width,
   OEV_INT32 height
)

void SetSize(
   const EDepthMap& other
)

Parameters

width

The new requested DepthMap width.

height

The new requested DepthMap height.

other

The other DepthMap whose dimensions have to be used for the current object.

Remarks

Open eVision will allocate a new buffer (deallocate the old buffer) if the supplied width and height are different from the existing ones. If an external buffer has been specified by means of SetImagePtr, it will be kept only if the size does not change. Creating a new buffer and setting its size creates a 4-byte aligned buffer, by default.

EDepthMap16.SetSize

Sets the width and height of a DepthMap.

Namespace: Euresys.Open_eVision_2_6.Easy3D

[C#]

void SetSize(
   int width,
   int height
)

void SetSize(
   Euresys.Open_eVision_2_6.Easy3D.EDepthMap other
)

Parameters

width

The new requested DepthMap width.

height

The new requested DepthMap height.

other

The other DepthMap whose dimensions have to be used for the current object.

Remarks

Open eVision will allocate a new buffer (deallocate the old buffer) if the supplied width and height are different from the existing ones. If an external buffer has been specified by means of SetImagePtr, it will be kept only if the size does not change. Creating a new buffer and setting its size creates a 4-byte aligned buffer, by default.

Which API shall we display?

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