C# 클래스 zxingwp7.datamatrix.DataMatrixReader

This implementation can detect and decode Data Matrix codes in an image.
상속: Reader
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
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