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

MATLAB条形码二维码识别

于 2021-03-27 发布
0 291
下载积分: 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 个回复

  • Untitled3
    运用matlab提取视频,显示出视频图像的图像特征,并以柱状图形式显示(Use matlab extract video shows the image feature of the video image, and is displayed in histogram form)
    2013-03-07 19:36:15下载
    积分:1
  • MATLAB
    bode图,可以实现如何绘制bode图的过程和详细步骤。(Bode figure, can realize how to draw the process and detailed bode figure steps )
    2020-07-11 13:08:53下载
    积分:1
  • 356435TIFF读写源码
    tiff图像的读取与处理,并且说明清新,有很大的帮助。(The reading and processing of the tiff image, and the description of the fresh, is of great help.)
    2019-04-21 11:52:18下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • adsafdsf
    数字图像处理图像去模糊迭代盲去卷积算法matlab源代码(Digital image processing, image deblurring iterative blind deconvolution algorithm Matlab source code)
    2012-06-03 14:42:06下载
    积分:1
  • anglecos
    按照夹角余弦距离计算待测样品与样品库的样品相似度(Cosine distance calculation in accordance with the test sample and the sample database sample similarity)
    2021-01-29 15:08:33下载
    积分:1
  • SlidingWindow_based
    滑窗计算刀具磨损量,拟合刀具边界,自动计算磨损量(sliding window based tool wear calculation)
    2019-06-26 08:47:15下载
    积分:1
  • canny
    Canny边缘检测算法,canny算法计算梯度,并从小波模极大重构图像.(Canny edge detection algorithm, canny algorithm for calculating the gradient, and from the Wavelet Modulus Maxima Image Reconstruction.)
    2007-07-12 10:28:22下载
    积分:1
  • msseg
    meanshift track的。希望对大家有用o .(It s about meanshift program.)
    2011-07-15 13:53:12下载
    积分:1
  • image_demo
    本工程在C6678上实现了BMP图像的读取,滤波,锐化等操作。可以作为多核DSP图像处理的资料,自己在CCS6平台上测试验证没有问题(This project has realized the reading, filtering and sharpening of the BMP image on C6678. It can be used as a multi-core DSP image processing data, and to test validation on the CCS6 platform)
    2017-12-12 22:39:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载