ERegion::CropRuns

Creates a new ERegion by cropping the ERegion runs within a given area.

Namespace: Euresys::Open_eVision

[C++]

ERegion CropRuns(
   int orgX,
   int orgY,
   int width,
   int height
)

Parameters

orgX

X origin of the cropping area.

orgY

Y origin of the cropping area.

width

Width of the cropping area.

height

Height of the cropping area.

ERegion.CropRuns

Creates a new ERegion by cropping the ERegion runs within a given area.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.ERegion CropRuns(
   int orgX,
   int orgY,
   int width,
   int height
)

Parameters

orgX

X origin of the cropping area.

orgY

Y origin of the cropping area.

width

Width of the cropping area.

height

Height of the cropping area.