ESample::GetROI
Returns the ROI enclosing the region of the sample. If no region is defined, the full image is returned.
Namespace: Euresys::Open_eVision::EasyDeepOCR
[C++]
const EBaseROI& GetROI(
EImageType imageType
) const
Parameters
imageType
Specifies the image type for loading the sample image. If not provided, the image type will be automatically determined based on the sample image files.
ESample.GetROI
Returns the ROI enclosing the region of the sample. If no region is defined, the full image is returned.
Namespace: Euresys.Open_eVision.EasyDeepOCR
[C#]
EBaseROI GetROI(
EImageType imageType
)
Parameters
imageType
Specifies the image type for loading the sample image. If not provided, the image type will be automatically determined based on the sample image files.
ESample.GetROI
Returns the ROI enclosing the region of the sample. If no region is defined, the full image is returned.
Module: open_evision.EasyDeepOCR
[Python]
GetROI(
imageType: EImageType
) -> EBaseROI
Parameters
imageType
Specifies the image type for loading the sample image. If not provided, the image type will be automatically determined based on the sample image files.