C# Класс zxingwp7.datamatrix.DataMatrixReader

This implementation can detect and decode Data Matrix codes in an image.
Наследование: Reader
Показать файл Открыть проект

Открытые методы

Метод Описание
decode ( BinaryBitmap image ) : System.Result

Locates and decodes a Data Matrix code in an image.

decode ( BinaryBitmap image, Object>.Dictionary hints ) : System.Result

Приватные методы

Метод Описание
extractPureBits ( BitMatrix image ) : BitMatrix

This method detects a Data Matrix code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a Data Matrix code, with some white border around it. This is a specialized method that works exceptionally fast in this special case.

Описание методов

decode() публичный Метод

Locates and decodes a Data Matrix code in an image.
public decode ( BinaryBitmap image ) : System.Result
image BinaryBitmap
Результат System.Result

decode() публичный Метод

public decode ( BinaryBitmap image, Object>.Dictionary hints ) : System.Result
image BinaryBitmap
hints Object>.Dictionary
Результат System.Result