EBarCodeReader::GetMinModuleSize

EBarCodeReader::SetMinModuleSize

Sets the minimal module size. This is the size in pixels of the smallest module of the barcode in the image. Setting this parameter is helpful when trying to detect small barcodes in large images.
In most cases, the min module size is to be set to an integer value, either 1, 2 or 3. Nevertheless, we allow intermediary floating-point values, like 2.5, because the processing time of the EBarCodeReader::Read method is strongly dependent of the minModuleSize.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

float GetMinModuleSize() const

void SetMinModuleSize(float minModuleSize)

Remarks

Setting the minModuleSize automatically enables its use, see EBarCodeReader::UseMinModuleSize. If the min module size is used but never set, it is considered to be 1 pixel.

EBarCodeReader.MinModuleSize

Sets the minimal module size. This is the size in pixels of the smallest module of the barcode in the image. Setting this parameter is helpful when trying to detect small barcodes in large images.
In most cases, the min module size is to be set to an integer value, either 1, 2 or 3. Nevertheless, we allow intermediary floating-point values, like 2.5, because the processing time of the EBarCodeReader::Read method is strongly dependent of the minModuleSize.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

float MinModuleSize

{ get; set; }

Remarks

Setting the minModuleSize automatically enables its use, see EBarCodeReader::UseMinModuleSize. If the min module size is used but never set, it is considered to be 1 pixel.