登录
首页 » matlab » MATLAB条形码二维码识别

MATLAB条形码二维码识别

于 2021-03-27 发布
0 187
下载积分: 1 下载次数: 10

代码说明:

说明:  基于MATLAB的条形码识别。带GUI可视化用户操作界面。读取条形码,经过一系列预处理,如灰度化,去噪,直方图增强,中值滤波,二值化,腐蚀,识别等。可识别20多张条形码图片,另外可定制二维码的识别,二维码可自定义生成内容,生成二维码,然后嵌入数字水印进行加密传输,接收方提取水印的二维码,识别。(Bar code recognition based on MATLAB. Visual user interface with GUI. Read bar code, after a series of preprocessing, such as graying, denoising, histogram enhancement, median filtering, binarization, corrosion, recognition and so on. It can identify more than 20 bar code images, and can customize the identification of two-dimensional code. The two-dimensional code can generate the content of the two-dimensional code, generate the two-dimensional code, and then embed the digital watermark for encryption transmission. The receiver can extract the two-dimensional code of the watermark for identification.)

文件列表:

MATLAB条形码二维码识别, 0 , 2020-07-31
MATLAB条形码二维码识别\GRADUATE_PROJECT.fig, 9131 , 2020-07-31
MATLAB条形码二维码识别\GRADUATE_PROJECT.m, 34684 , 2020-07-31
MATLAB条形码二维码识别\GUI界面.png, 65457 , 2020-02-04
MATLAB条形码二维码识别\I.mat, 677741 , 2020-07-31
MATLAB条形码二维码识别\cheo45pt.m, 1401 , 2020-07-31
MATLAB条形码二维码识别\cheo45tp.m, 1044 , 2020-07-31
MATLAB条形码二维码识别\cheoam45pt.m, 991 , 2020-07-31
MATLAB条形码二维码识别\cheoam45tp.m, 996 , 2020-07-31
MATLAB条形码二维码识别\code128C.m, 11281 , 2020-07-31
MATLAB条形码二维码识别\code39.m, 7721 , 2020-07-31
MATLAB条形码二维码识别\docpt.m, 396 , 2020-07-31
MATLAB条形码二维码识别\doctp.m, 293 , 2020-07-31
MATLAB条形码二维码识别\ean13.m, 2223 , 2020-07-31
MATLAB条形码二维码识别\myWait.m, 190 , 2020-07-31
MATLAB条形码二维码识别\ngangpt.m, 392 , 2020-07-31
MATLAB条形码二维码识别\ngangtp.m, 305 , 2020-07-31
MATLAB条形码二维码识别\nhieutrenduoi.m, 1090 , 2020-07-31
MATLAB条形码二维码识别\ptx.m, 458 , 2020-07-31
MATLAB条形码二维码识别\pty.m, 456 , 2020-07-31
MATLAB条形码二维码识别\solandoi.m, 116 , 2020-07-31
MATLAB条形码二维码识别\tongmoivach.m, 395 , 2020-07-31
MATLAB条形码二维码识别\tpx.m, 455 , 2020-07-31
MATLAB条形码二维码识别\tpy.m, 548 , 2020-07-31
MATLAB条形码二维码识别\打开方式.txt, 572 , 2020-07-31
MATLAB条形码二维码识别\测试图, 0 , 2020-07-31
MATLAB条形码二维码识别\测试图\1.jpg, 57649 , 2009-02-20
MATLAB条形码二维码识别\测试图\10.jpg, 2506 , 2009-03-06
MATLAB条形码二维码识别\测试图\2.jpg, 7821 , 2009-03-08
MATLAB条形码二维码识别\测试图\3.jpg, 9245 , 2009-03-08
MATLAB条形码二维码识别\测试图\4.jpg, 9000 , 2009-03-06
MATLAB条形码二维码识别\测试图\5.jpg, 9734 , 2009-03-06
MATLAB条形码二维码识别\测试图\6.jpg, 5112 , 2009-03-06
MATLAB条形码二维码识别\测试图\7.jpg, 6568 , 2009-03-06
MATLAB条形码二维码识别\测试图\8.jpg, 6592 , 2009-03-06
MATLAB条形码二维码识别\测试图\9.jpg, 2494 , 2009-03-06
MATLAB条形码二维码识别\运行截图.png, 170553 , 2020-02-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • algorithm-of-findpath
    绣花问题是连续型的填充,在不同区域的缝制过程中,缝针不能提针,因此不能用一般的离散型区 域填充方法处理。本文运用几何计算和图论理论提出了一个绣花缝针轨迹自动生成算法:先对轮廓走向进行 定义,通过轮廓铅垂方向的局部极值点的分割线将图案从上向下进行分割,采用交点的特征值比较彻底的解 决了分割时的重点问题,将图案区域准确的划分成缝针能一次完成的若干个节点。在此基础上根据节点的邻 接关系建立节点的邻接“图”,通过图论中半哈密尔顿路径或深度遍历方法找到节点的遍历(缝制)序列和每 个节点的缝制方向,最后可对设定的起点、终点和缝针间隔的条件自动提供缝针的走向轨迹。(In the process of embroidering, needle can not hang up for changing to a different area. Therefore, Embroider problem could be abstract as a continuous area-filling work. Considering disperse area-filling methods can not process this problem well. Based on geometry computing and graph theory, an algorithm of finding path of embroidering needle are proposed in this paper. First, outline orientations are defined, and finding all local extreme points of inner outline on their gravitational orientation to build sectioning lines so as to divide the picture. By using intersection point character the overlap point problem was solved perfectly. Therefore, the picture is divided into some nodes which can be finished alone. Then, based on connections of these nodes, an adjacency graph of nodes was built. Using half-Hamilton path or depth-first search method, both embroidering sequence and direction of these nodes could be got from the graph. Finally, from a defined start-point, end-point)
    2012-12-09 23:26:22下载
    积分:1
  • 压缩感知重构的算法
    压缩感知图像重构的算法,直接观测原始信号(二维),最后重建(Compressed sensing image reconstruction algorithm, direct observation of the original signal (two-dimensional), and finally reconstruction)
    2017-09-02 21:56:26下载
    积分:1
  • GM-PHD
    内容包括高斯混合概率假设密度滤波器仿真程序,GM-PHD滤波器提供了一种PHD滤波器工程化的方法,在无数据关联的情况下进行目标跟踪。(This algorithm is extended to accommodate mildly nonlinear target dynamics using approximation strategies from the extended and unscented Kalman filters.)
    2021-01-21 17:18:46下载
    积分:1
  • Huffman
    huffman编码 基于对BMP格式图像的编码! 具体你们自己看看!(Huffman code)
    2010-07-13 14:11:25下载
    积分:1
  • FFT_armtest_vc
    这是一个比较全面的傅里叶变换,例子中含有测试的图片,能让人更加明白傅里叶变换的处理效果。(This is a more comprehensive Fourier transform, the example contains a picture of the test, can make people more aware of the Fourier transform of the treatment effect.)
    2012-07-10 10:57:38下载
    积分:1
  • Log-Polar-Transform-TXT
    最近编写了一些极对数坐标转换的程序,这是最初编写的那个,希望对你们有用(Here is a log-polar image transform code.)
    2012-02-03 15:40:46下载
    积分:1
  • ssim_index
    SSIM是衡量图像质量的另一个标准,比PSNR略好。此为计算图像SSIM的代码(SSIM is another measure of image quality, slightly better than PSNR. The code is to calculate SSIM.)
    2020-09-26 11:07:47下载
    积分:1
  • 直线段检测算法EDLines C++实现 EDTest-VS2010
    直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)
    2020-07-05 10:00:01下载
    积分:1
  • img_fangsuo
    本程序可以实现bmp图像的放大和缩小,希望对大家有所帮助(Bmp image of the program can zoom in and out, we want to help)
    2010-11-03 18:03:12下载
    积分:1
  • wlan
    图像编辑控件,图像编辑控件图像编辑控件图像编辑控件(Image Edit Control)
    2011-11-25 14:55:58下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载