搜索资源列表
56465416
- 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
eigen
- Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using the QR method.
all_source_files
- 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
poik
- a=qr concept explained
QR-Code-on-Business-Cards
- This just a document describing the benefit of putting a QR Code on a business card-This is just a document describing the benefit of putting a QR Code on a business card
MakeBarCode
- VC++制作的PDF417,Qr_Code,DataMatrix二维条码的编码平台,有完整源代码和详细接口说明,以动态库(DLL)方式提供图片格式的二维条码解码,供二次开发。 ● 生成PDF417、QR Code、DataMatrix等二维条码; ● QR码和DataMatrix码提供条码图象黑白二值信息缓存接口,便于激光机和雕 在程序调用条码制作函数前,先调用SetConfile函数,将配置文件名传递给动态链接库。否者条码制作函数使用默认参数进
ZbarCam
- 用ZBar二维码开发库写的一个使用普通摄像头识别二维码的程序,可以识别多种条形码和QR码-ZBar dimensional code development libraries used to write an ordinary camera program to identify the two-dimensional code, you can identify a variety of bar codes and QR Code
BarcodeScanner
- android平台上的例子,结合了zxing的源码,可以设置多种扫描的格式(QR code)-The example on the android platform, combined zxing source code, you can set a variety of scan format (QR code)
QR
- 数值分析的一种算法叫QR分解,即把一个矩阵分为上三角矩阵和一个下三角矩阵乘积的形式-a mathmatical method to deal with a matrix called QR decomposition
QRCode
- 二维码生成器,用C++编写的。界面由QT设计。二维条码/二维码(英文名:QR Code) 是用某种特定的几何图形按一定规律在平面(二维方向)分布的黑白相间的图形记录数据符号信息的。二维码是DOI(Digital Object Unique Identifier,数字对象唯一识别符)的一种,全球最大的二维码资源中心是“渡云” ,为全球用户统一提供了“唯一数据样本”的物品、人员、组织二维码识别信息。-Dimensional code generator, with C++ prepared. Int
matrix-codes
- 这是一下关于矩阵分解的程序,用matlab程序关于矩阵的qr分解-This is a program on matrix decomposition, using matlab realize matrix decomposition chol
qrencode-3.4.4
- 一个生成二维码的开源编码库,多数手机等的开发都用此编码库-A lib for QR-code
Qr-code-generation-and-scanning
- 这是一个用java编写的实现二维码的生成和扫描的软件,它可以方便生成我们自己想要生成的二维码。-This is a java prepared by the two-dimensional code generation and scanning software, it can easily generate two-dimensional code ourselves want to generate.
MakeBarCode
- VC制作PDF417,Qr_Code,DataMatrix二维条码编码,源程序演示,有完整的详细接口说明,完整的DEMO,包括条码读码,是制作二维条码的经典作品。 以动态库(DLL)方式提供图片格式的二维条码解码,供二次开发。-VC production PDF417, Qr_Code, DataMatrix two-dimensional bar code, the source presentation, a complete detailed interface descr iption,
house
- 利用householder变换对矩阵做QR分解,它将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R。 - The matrix is decomposed into a regular orthogonal matrix Q and an upper triangular matrix R by QR decomposition using the householder transform.
reck_caculate
- 一个简单的矩阵运算器,加,减,乘,求逆 性能较好 十字链表存储 QR分解法 稀疏矩阵-A simple matrix calculator, addition, subtraction, multiplication, inverse orthogonal list storage better performance sparse matrix QR decomposition
QR二维码生成
- 二维码生成能够生成QR二维码附带网站邮箱适合c语言的初学者 ,附带中日两国翻译(Google-API two-dimension code; QR Code generate; produce; build; create; make can; be able to; be capable of; in a position to two dimension in passing; incidentally; attach; subsidiary; parenthesis website mai
zxing_dsp
- 成功将zxing二维码扫描库移植到dsp上,运行环境为CCS6(A library which supports decoding and generating of barcodes (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images.)
计算方法
- 吉文斯QR分解,豪斯霍尔德QR分解,三值样条插值法,共轭梯度法,4阶R-K分解(Givens QR decomposition, Moorhouse Holder QR decomposition, three value spline interpolation, conjugate gradient method, 4 order R-K decomposition)
QR解码20160226(内存泄露)
- 这是一个QR解码过程,移植到STM32,但是存在内存泄漏。(This is a QR decoding process that is ported to STM32, but there is a memory leak.)