ERegion::ERegion

Constructs an ERegion context.

Namespace: Euresys::Open_eVision

[C++]

void ERegion(
)

void ERegion(
   const ERegion& other
)

void ERegion(
   const EROIBW8& roi,
   EBW8 threshold
)

void ERegion(
   const EROIBW16& roi,
   EBW16 threshold
)

void ERegion(
   const std::vector<Euresys::Open_eVision::ERun>& runs
)

Parameters

other

ERegion context to copy.

roi

Mask ROI.

threshold

Mask Threshold (a pixel belongs to the ERegion if its value is &gt;= threshold).

runs

List of ERun.

ERegion.ERegion

Constructs an ERegion context.

Namespace: Euresys.Open_eVision

[C#]

void ERegion(
)

void ERegion(
   Euresys.Open_eVision.ERegion other
)

void ERegion(
   Euresys.Open_eVision.EROIBW8 roi,
   Euresys.Open_eVision.EBW8 threshold
)

void ERegion(
   Euresys.Open_eVision.EROIBW16 roi,
   Euresys.Open_eVision.EBW16 threshold
)

void ERegion(
   Euresys.Open_eVision.ERun[] runs
)

Parameters

other

ERegion context to copy.

roi

Mask ROI.

threshold

Mask Threshold (a pixel belongs to the ERegion if its value is &gt;= threshold).

runs

List of ERun.