Documentation Portal      

What are you looking for?

EDepthMap8::GetBufferPtr

Retrieves the pointer to the pixel buffer.

Namespace: Euresys::Open_eVision_2_6::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.

EDepthMap8.GetBufferPtr

Retrieves the pointer to the pixel buffer.

Namespace: Euresys.Open_eVision_2_6.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?

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