登录
首页 » matlab » 匹配滤波器图像识别

匹配滤波器图像识别

于 2021-01-17 发布
0 195
下载积分: 1 下载次数: 6

代码说明:

说明:  利用匹配滤波器实现图形识别,包括程序和说明文档(Graphic Recognition Using Matched Filter)

文件列表:

匹配滤波器图像识别, 0 , 2018-12-24
匹配滤波器图像识别\Code, 0 , 2015-01-08
匹配滤波器图像识别\Code\addnoise.m, 257 , 2015-01-06
匹配滤波器图像识别\Code\element, 0 , 2015-01-08
匹配滤波器图像识别\Code\element\allblack.jpg, 1670 , 2015-01-05
匹配滤波器图像识别\Code\element\circle.jpg, 4392 , 2015-01-05
匹配滤波器图像识别\Code\element\diamond.jpg, 5070 , 2015-01-05
匹配滤波器图像识别\Code\element\ellipse.jpg, 3405 , 2015-01-05
匹配滤波器图像识别\Code\element\rectangle.jpg, 3483 , 2015-01-05
匹配滤波器图像识别\Code\element\triangle.jpg, 4639 , 2015-01-05
匹配滤波器图像识别\Code\MatchedFilterImageTest.m, 2328 , 2018-12-26
匹配滤波器图像识别\Code\RecoginitionShape.m, 2522 , 2015-01-06
匹配滤波器图像识别\Code\test1.jpg, 3483 , 2015-01-05
匹配滤波器图像识别\Code\test10.jpg, 21557 , 2015-01-06
匹配滤波器图像识别\Code\test2.jpg, 4199 , 2015-01-05
匹配滤波器图像识别\Code\test3.jpg, 4049 , 2015-01-06
匹配滤波器图像识别\Code\test3_1.jpg, 4162 , 2015-01-06
匹配滤波器图像识别\Code\test4.jpg, 7295 , 2015-01-05
匹配滤波器图像识别\Code\test5.jpg, 3941 , 2015-01-05
匹配滤波器图像识别\Code\test6.jpg, 12455 , 2015-01-05
匹配滤波器图像识别\Code\test7.bmp, 983094 , 2008-04-24
匹配滤波器图像识别\Code\test8.bmp, 983094 , 2008-04-24
匹配滤波器图像识别\Code\test9.jpg, 4375 , 2015-01-05
匹配滤波器图像识别\Doc, 0 , 2018-12-28
匹配滤波器图像识别\Doc\7101_Image.doc, 4678656 , 2015-01-07
匹配滤波器图像识别\说明.txt, 290 , 2015-01-08

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

发表评论

0 个回复

  • fatigue_mq_block
    基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸(fatigue driving detecting)
    2014-06-22 16:36:22下载
    积分:1
  • Itti-saliency
    视觉注意工具箱,经典的Itti模型的工具箱,是GUI工具箱,有很直观的操作(visual attention toolbox for matlab ,the bos of GUI)
    2012-04-19 15:04:42下载
    积分:1
  • tuxiangpinjie
    这个程序可以用于两个图像的拼接,通过寻找特征点完成拼接(This program can be used to stitch two images and complete the stitching by finding feature points.)
    2019-03-12 15:23:59下载
    积分:1
  • test_GS
    标准GS相位恢复算法,利用傅里叶变换与反变换进行逼近,直至收敛,误差下降算法。(Standard GS phase recovery algorithm, using Fourier transform and inverse transform approximation, until convergence, error reduction algorithm.)
    2018-10-29 10:22:31下载
    积分:1
  • fdct_wrapping
    曲波变换程序代码,实现图像的曲波分解以及显示,可以去图像进行曲波去噪增强,对彩色图像空间模型转化后提取曲波信息(Qu Bo transform program code, and display the image decomposition Qu Bo, Qu Bo can go to image edge enhancement, color image space model for transforming information extracted after Qu Bo)
    2013-11-05 11:33:51下载
    积分:1
  • C# 实现简单数字验证码解析(Tesseract OCR 解析验证码) 实例代码
    具体实现思路:以4位数字的验证码为例 1、人工将验证码的4位数字每位对应的代码存入数据库中,每位存入0-9对应的代码,每个数可以多存这样可以提高识别率; 2、获取验证码以后,对其进行去背景、灰度处理、去噪点处理、分片处理以后生成每位数字对应的代码; 3、去背景色,这一步的目的是把验证码和背景颜色区别开来。4、去噪声:这一步要取出图像上的孤立点。这些孤立点被认为是噪声。  孤立点的定义:某个点,周围没有与该点等值的点。  或者某个连接块,该连接块的元素的个数小于某个给定值K, 把元素个数很小的连接块也定义为孤立点,有助于去处噪声。  去噪声算法:参照去背景算法。 5、图像锐化:图像锐化的目的是增强边界。这一步是可选的。看验证码的情况,这一步可以跳过。 6、图片有效区域截取:这个操作是将图片除验证码字符以外的边框去掉,只留下验证码字符图片,这样保证分片的准确性。 7、图片分片处理,这个处理是将整个图片分割成单个字符图片。8、拿分片图像生成的代码(eg:000111110011…..)与DB中已有代码相比较,取得相似度最高的即要验证码的字符;   注:如果DB的样本越多,识别的准确率也越高,但是速度会相应变慢
    2013-02-18下载
    积分:1
  • stdface
    将所以的人脸图像规一化,用灰度投影法定位脸的左右两侧,再用灰度投影大致定位眼睛,根据眼睛的距离进行几何缩放,将人脸规一化。(Will therefore face image of one of regulation, using gray-scale projection method of positioning the right and left face, and then more or less gray projector positioning the eyes, under the eyes of the distance geometry scaling, will face one of regulation.)
    2008-04-01 15:17:12下载
    积分:1
  • 帧间差分提取运动目标
    说明:  matlab实现帧间差分提取运动目标,包含测试视频和运行效果。在背景固定的视频中效果较好。附赠lena图片以供CV学习。(Matlab achieves inter-frame differential extraction of moving objects, including testing video and running effects. It works well in video with fixed background. Enclosed Lena pictures for CV learning.)
    2020-06-20 22:40:01下载
    积分:1
  • 传统增强
    传统的几种图像增强与去噪方法,包括直方图处理,灰度变换,滤波去噪等几类。细分为直方图均衡化,直方图规定化,灰度线性变换,中值滤波,维纳滤波,同态滤波(The traditional methods of image enhancement and denoising include histogram processing, grayscale transformation, filtering and denoising. Subdivided into histogram equalization, histogram specification, gray level linear transformation, median filtering, Wiener filtering, homomorphic filtering)
    2018-05-10 15:54:43下载
    积分:1
  • single_phase_grid_pv
    单相并网光伏逆变系统仿真,带最大功率点跟踪(PV system is connected to grid through single phase inverter)
    2013-09-03 13:37:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载