EOCR::GetRemoveBorder
EOCR::SetRemoveBorder
Flag indicating whether all blobs touching the ROI edges are automatically discarded.
Namespace: Euresys::Open_eVision
[C++]
bool GetRemoveBorder() const
void SetRemoveBorder(bool bRemoveBorder)
Remarks
If true
, all blobs touching the ROI edges are automatically discarded.
By default, this feature Geometrical property of a coded element. is turned on.
The segmentation parameters must be the same for both learning and recognition process.
EOCR.RemoveBorder
Flag indicating whether all blobs touching the ROI edges are automatically discarded.
Namespace: Euresys.Open_eVision
[C#]
bool RemoveBorder
{ get; set; }
Remarks
If true
, all blobs touching the ROI edges are automatically discarded.
By default, this feature is turned on.
The segmentation parameters must be the same for both learning and recognition process.
EOCR.RemoveBorder
Flag indicating whether all blobs touching the ROI edges are automatically discarded.
Module: open_evision
[Python]
RemoveBorder: bool
{get; set}
Remarks
If true
, all blobs touching the ROI edges are automatically discarded.
By default, this feature is turned on.
The segmentation parameters must be the same for both learning and recognition process.