Documentation Portal      

What are you looking for?

ERegion::Prepare

Computes the values necessary for the ERegion to be used during processing.

Namespace: Euresys::Open_eVision_2_10

[C++]

void Prepare(
   const EROIBW8& roi
)

void Prepare(
   const EROIBW16& roi
)

void Prepare(
   const EROIC24& roi
)

void Prepare(
   const EZMap8& zmap
)

void Prepare(
   const EZMap16& zmap
)

void Prepare(
   const EZMap32f& zmap
)

void Prepare(
   const EDepthMap8& dm
)

void Prepare(
   const EDepthMap16& dm
)

void Prepare(
   const EDepthMap32f& dm
)

void Prepare(
   int width,
   int height
)

void Prepare(
   int orgX,
   int orgY,
   int width,
   int height
)

Parameters

roi

Destination or source EBaseROI.

zmap

Destination or source EZMap.

dm

Destination or source EDepthMap.

width

Width of the source or destination context.

height

Height of the source or destination context.

orgX

X-Axis origin of the source or destination context.

orgY

Y-Axis origin of the source or destination context.

Remarks

This method should be called once after the ERegion has been parameterized and before the ERegion is used.
If necessary,it will be done automatically before any usage but it will increase the processing time.

ERegion.Prepare

Computes the values necessary for the ERegion to be used during processing.

Namespace: Euresys.Open_eVision_2_10

[C#]

void Prepare(
   Euresys.Open_eVision_2_10.EROIBW8 roi
)

void Prepare(
   Euresys.Open_eVision_2_10.EROIBW16 roi
)

void Prepare(
   Euresys.Open_eVision_2_10.EROIC24 roi
)

void Prepare(
   Euresys.Open_eVision_2_10.Easy3D.EZMap8 zmap
)

void Prepare(
   Euresys.Open_eVision_2_10.Easy3D.EZMap16 zmap
)

void Prepare(
   Euresys.Open_eVision_2_10.Easy3D.EZMap32f zmap
)

void Prepare(
   Euresys.Open_eVision_2_10.Easy3D.EDepthMap8 dm
)

void Prepare(
   Euresys.Open_eVision_2_10.Easy3D.EDepthMap16 dm
)

void Prepare(
   Euresys.Open_eVision_2_10.Easy3D.EDepthMap32f dm
)

void Prepare(
   int width,
   int height
)

void Prepare(
   int orgX,
   int orgY,
   int width,
   int height
)

Parameters

roi

Destination or source EBaseROI.

zmap

Destination or source EZMap.

dm

Destination or source EDepthMap.

width

Width of the source or destination context.

height

Height of the source or destination context.

orgX

X-Axis origin of the source or destination context.

orgY

Y-Axis origin of the source or destination context.

Remarks

This method should be called once after the ERegion has been parameterized and before the ERegion is used.
If necessary,it will be done automatically before any usage but it will increase the processing time.

Which API shall we display?

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