Documentation Portal      

What are you looking for?

EDepthMap::GetBufferPtr

Retrieves the pointer of the pixel buffer.

Namespace: Euresys::Open_eVision_2_10::Easy3D

[C++]

void* GetBufferPtr(
)

void* GetBufferPtr(
   OEV_INT32 x,
   OEV_INT32 y
)

const void* GetBufferPtr(
)

const void* GetBufferPtr(
   OEV_INT32 x,
   OEV_INT32 y
)

Parameters

x

Column of the pixel of which we want the address.

y

Row of the pixel of which we want the address.

Remarks

This function does not check the value of the parameters.
Use carefully.

EDepthMap.GetBufferPtr

Retrieves the pointer of the pixel buffer.

Namespace: Euresys.Open_eVision_2_10.Easy3D

[C#]

IntPtr GetBufferPtr(
)

IntPtr GetBufferPtr(
   int x,
   int y
)

IntPtr GetBufferPtr(
)

IntPtr GetBufferPtr(
   int x,
   int y
)

Parameters

x

Column of the pixel of which we want the address.

y

Row of the pixel of which we want the address.

Remarks

This function does not check the value of the parameters.
Use carefully.

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121