EOCR::GetRemoveBorder

EOCR::SetRemoveBorder

Flag indicating whether all blobs touching the ROI edges are automatically discarded.

Namespace: Euresys::Open_eVision

[C++]

bool GetRemoveBorder()

void SetRemoveBorder(bool bRemoveBorder)

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.

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.