EClassificationDataset::SetRegionOfInterest

Sets the region of interest for the specified image.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetRegionOfInterest(
   int imageIndex,
   int xOrg,
   int yOrg,
   int width,
   int height
)

Parameters

imageIndex

Index of the image.

xOrg

ROI origin abscissa

yOrg

ROI origin ordinate

width

ROI witdh

height

ROI height

EClassificationDataset.SetRegionOfInterest

Sets the region of interest for the specified image.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetRegionOfInterest(
   int imageIndex,
   int xOrg,
   int yOrg,
   int width,
   int height
)

Parameters

imageIndex

Index of the image.

xOrg

ROI origin abscissa

yOrg

ROI origin ordinate

width

ROI witdh

height

ROI height