EOCR::GetNoiseArea

EOCR::SetNoiseArea

Noise area.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_INT32 GetNoiseArea()

void SetNoiseArea(OEV_INT32 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_2_11

[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.