ERegion::Prepare

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

Namespace: Euresys::Open_eVision

[C++]

void Prepare(
   const EROIBW8& roi
)

void Prepare(
   const EROIBW16& roi
)

void Prepare(
   const EROIBW32& roi
)

void Prepare(
   const EROIBW32f& roi
)

void Prepare(
   const EROIC24& roi
)

void Prepare(
   const EROIC24A& roi
)

void Prepare(
   const EROIC15& roi
)

void Prepare(
   const EROIC16& roi
)

void Prepare(
   const EROIC48& roi
)

void Prepare(
   int width,
   int height
)

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

Parameters

roi

Destination or source EBaseROI.

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

[C#]

void Prepare(
   Euresys.Open_eVision.EROIBW8 roi
)

void Prepare(
   Euresys.Open_eVision.EROIBW16 roi
)

void Prepare(
   Euresys.Open_eVision.EROIBW32 roi
)

void Prepare(
   Euresys.Open_eVision.EROIBW32f roi
)

void Prepare(
   Euresys.Open_eVision.EROIC24 roi
)

void Prepare(
   Euresys.Open_eVision.EROIC24A roi
)

void Prepare(
   Euresys.Open_eVision.EROIC15 roi
)

void Prepare(
   Euresys.Open_eVision.EROIC16 roi
)

void Prepare(
   Euresys.Open_eVision.EROIC48 roi
)

void Prepare(
   int width,
   int height
)

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

Parameters

roi

Destination or source EBaseROI.

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.