C# 클래스 ZXing.PDF417.Internal.DetectionResultRowIndicatorColumn

Represents a Column in the Detection Result
상속: ZXing.PDF417.Internal.DetectionResultColumn
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile 1 사용 예제들

공개 메소드들

메소드 설명
DetectionResultRowIndicatorColumn ( BoundingBox box, bool isLeft ) : System

Initializes a new instance of the ZXing.PDF417.Internal.DetectionResultRowIndicatorColumn class.

ToString ( ) : string

Returns a System.String that represents the current ZXing.PDF417.Internal.DetectionResultRowIndicatorColumn.

adjustCompleteIndicatorColumnRowNumbers ( BarcodeMetadata metadata ) : void

TODO implement properly TODO maybe we should add missing codewords to store the correct row number to make finding row numbers for other columns easier use row height count to make detection of invalid row numbers more reliable

getBarcodeMetadata ( ) : BarcodeMetadata

Gets the barcode metadata.

getRowHeights ( ) : int[]

Gets the row heights.

비공개 메소드들

메소드 설명
adjustIncompleteIndicatorColumnRowNumbers ( BarcodeMetadata metadata ) : void

Adjusts the in omplete indicator column row numbers.

removeIncorrectCodewords ( Codeword codewords, BarcodeMetadata metadata ) : void

Prune the codewords which do not match the metadata TODO Maybe we should keep the incorrect codewords for the start and end positions?

setRowNumbers ( ) : void

Sets the Row Numbers as Inidicator Columns

메소드 상세

DetectionResultRowIndicatorColumn() 공개 메소드

Initializes a new instance of the ZXing.PDF417.Internal.DetectionResultRowIndicatorColumn class.
public DetectionResultRowIndicatorColumn ( BoundingBox box, bool isLeft ) : System
box BoundingBox Box.
isLeft bool If set to true is left.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current ZXing.PDF417.Internal.DetectionResultRowIndicatorColumn.
public ToString ( ) : string
리턴 string

adjustCompleteIndicatorColumnRowNumbers() 공개 메소드

TODO implement properly TODO maybe we should add missing codewords to store the correct row number to make finding row numbers for other columns easier use row height count to make detection of invalid row numbers more reliable
public adjustCompleteIndicatorColumnRowNumbers ( BarcodeMetadata metadata ) : void
metadata BarcodeMetadata Metadata.
리턴 void

getBarcodeMetadata() 공개 메소드

Gets the barcode metadata.
public getBarcodeMetadata ( ) : BarcodeMetadata
리턴 BarcodeMetadata

getRowHeights() 공개 메소드

Gets the row heights.
public getRowHeights ( ) : int[]
리턴 int[]