Documentation
¶
Overview ¶
Package isbn provides tools to read an ISBN barcode.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct { Y int // Y coordinate of line of sight. Line []byte // Line is the raw byte line of sight. (0=white,255=black) Guards [3][3]Bar // Guards is the set of ISBN guards that have been detected Barcode Barcode // Barcode is the decoded ISBN barcode. // contains filtered or unexported fields }
Decoder decodes an image containing an ISBN barcode.
func NewDecoder ¶
func NewDecoder() *Decoder
Click to show internal directories.
Click to hide internal directories.