libdmtx 0.7.8.7
libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety.
Loading...
Searching...
No Matches
DmtxDecode_struct Struct Reference

#include <dmtx.h>

Public Attributes

int edgeMin
 
int edgeMax
 
int scanGap
 
int fnc1
 
double squareDevn
 
int sizeIdxExpected
 
int edgeThresh
 
int xMin
 
int xMax
 
int yMin
 
int yMax
 
int scale
 
unsigned char * cache
 
DmtxImageimage
 
DmtxScanGrid grid
 

Detailed Description

Definition at line 476 of file dmtx.h.

Member Data Documentation

◆ cache

unsigned char* DmtxDecode_struct::cache

Definition at line 496 of file dmtx.h.

◆ edgeMax

int DmtxDecode_struct::edgeMax

Definition at line 480 of file dmtx.h.

◆ edgeMin

int DmtxDecode_struct::edgeMin

Definition at line 479 of file dmtx.h.

◆ edgeThresh

int DmtxDecode_struct::edgeThresh

Definition at line 485 of file dmtx.h.

◆ fnc1

int DmtxDecode_struct::fnc1

Definition at line 482 of file dmtx.h.

◆ grid

DmtxScanGrid DmtxDecode_struct::grid

Definition at line 498 of file dmtx.h.

◆ image

DmtxImage* DmtxDecode_struct::image

Definition at line 497 of file dmtx.h.

◆ scale

int DmtxDecode_struct::scale

Definition at line 492 of file dmtx.h.

◆ scanGap

int DmtxDecode_struct::scanGap

Definition at line 481 of file dmtx.h.

◆ sizeIdxExpected

int DmtxDecode_struct::sizeIdxExpected

Definition at line 484 of file dmtx.h.

◆ squareDevn

double DmtxDecode_struct::squareDevn

Definition at line 483 of file dmtx.h.

◆ xMax

int DmtxDecode_struct::xMax

Definition at line 489 of file dmtx.h.

◆ xMin

int DmtxDecode_struct::xMin

Definition at line 488 of file dmtx.h.

◆ yMax

int DmtxDecode_struct::yMax

Definition at line 491 of file dmtx.h.

◆ yMin

int DmtxDecode_struct::yMin

Definition at line 490 of file dmtx.h.


The documentation for this struct was generated from the following file: