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
DmtxBestLine_struct Struct Reference

#include <dmtx.h>

Public Attributes

int angle
 线条的角度,单位:度
 
int hOffset
 
int mag
 幅值
 
int stepBeg
 
int stepPos
 正方向步进位置
 
int stepNeg
 负方向步进位置
 
int distSq
 
double devn
 
DmtxPixelLoc locBeg
 起始位置点
 
DmtxPixelLoc locPos
 正方向点(线段端点)
 
DmtxPixelLoc locNeg
 负方向点(线段端点)
 

Detailed Description

Definition at line 350 of file dmtx.h.

Member Data Documentation

◆ angle

int DmtxBestLine_struct::angle

线条的角度,单位:度

Definition at line 352 of file dmtx.h.

◆ devn

double DmtxBestLine_struct::devn

Definition at line 359 of file dmtx.h.

◆ distSq

int DmtxBestLine_struct::distSq

Definition at line 358 of file dmtx.h.

◆ hOffset

int DmtxBestLine_struct::hOffset

Definition at line 353 of file dmtx.h.

◆ locBeg

DmtxPixelLoc DmtxBestLine_struct::locBeg

起始位置点

Definition at line 360 of file dmtx.h.

◆ locNeg

DmtxPixelLoc DmtxBestLine_struct::locNeg

负方向点(线段端点)

Definition at line 362 of file dmtx.h.

◆ locPos

DmtxPixelLoc DmtxBestLine_struct::locPos

正方向点(线段端点)

Definition at line 361 of file dmtx.h.

◆ mag

int DmtxBestLine_struct::mag

幅值

Definition at line 354 of file dmtx.h.

◆ stepBeg

int DmtxBestLine_struct::stepBeg

Definition at line 355 of file dmtx.h.

◆ stepNeg

int DmtxBestLine_struct::stepNeg

负方向步进位置

Definition at line 357 of file dmtx.h.

◆ stepPos

int DmtxBestLine_struct::stepPos

正方向步进位置

Definition at line 356 of file dmtx.h.


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