EOCR::GetNoiseArea

EOCR::SetNoiseArea

Noise area.

Namespace: Euresys::Open_eVision

[C++]

int GetNoiseArea()

void SetNoiseArea(int n32NoiseArea)

Remarks

When a blob has an area smaller than this value, it is ignored. The segmentation parameters must be the same for both learning and recognition process.

EOCR.NoiseArea

Noise area.

Namespace: Euresys.Open_eVision

[C#]

int NoiseArea

{ get; set; }

Remarks

When a blob has an area smaller than this value, it is ignored. The segmentation parameters must be the same for both learning and recognition process.