登录
首页 » Visual C++ » DSP-digital-Recognition

DSP-digital-Recognition

于 2013-12-10 发布 文件大小:6956KB
0 317
下载积分: 1 下载次数: 12

代码说明:

  天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)

文件列表:

DSP在数字识别中的应用
.....................\c%2B%2B图片处理结果





.....................\...............\灰度图.bmp,337478,2013-11-25
.....................\DigIdentify
.....................\...........\Debug
.....................\...........\.....\DigIdentify.exe,180736,2013-11-27
.....................\...........\.....\DigIdentify.ilk,4258112,2013-11-27
.....................\...........\.....\DigIdentify.pdb,6196224,2013-11-27
.....................\...........\DigIdentify
.....................\...........\...........\DigIdentify.aps,106084,2013-11-25
.....................\...........\...........\DigIdentify.cpp,2058,2013-11-20
.....................\...........\...........\DigIdentify.h,472,2013-11-20
.....................\...........\...........\DigIdentify.rc,11284,2013-11-25
.....................\...........\...........\DigIdentify.vcxproj,6590,2013-11-20
.....................\...........\...........\DigIdentify.vcxproj.filters,2016,2013-11-20
.....................\...........\...........\DigIdentify.vcxproj.user,143,2013-11-20
.....................\...........\...........\DigIdentifyDlg.cpp,25802,2013-11-27
.....................\...........\...........\DigIdentifyDlg.h,1281,2013-11-25
.....................\...........\...........\ReadMe.txt,3089,2013-11-20
.....................\...........\...........\res

.....................\...........\...........\...\DigIdentify.rc2,678,2013-11-20
.....................\...........\...........\resource.h,1930,2013-11-24
.....................\...........\...........\stdafx.cpp,144,2013-11-20
.....................\...........\...........\stdafx.h,1632,2013-11-20
.....................\...........\...........\targetver.h,234,2013-11-20
.....................\...........\DigIdentify.sln,900,2013-11-20
.....................\...........\ipch
.....................\...........\....\digidentify-9463a14
.....................\DSP图片处理结果




.....................\DSP在数字图像处理系统中的应用研究_高继亮.caj,2834174,2013-11-18
.....................\DSP在数字识别中的应用.doc,131584,2013-12-09
.....................\Otsu算法在Canny算子中的应用_梁光明.pdf,325174,2013-11-26
.....................\photo(可以直接运行).c,15702,2013-11-27
.....................\基于直方图分析和OTSU算法的文字图像二值化_吴丹.pdf,923493,2013-11-26
.....................\数字识别及其应用_邬建瓴.caj,645832,2013-11-27

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

发表评论

0 个回复

  • Meanshift
    利用Mean-shift进行平滑处理,主要是对图像进行平滑的界面,MFC和OpenCV进行混合编程……(Mean-shift smoothing, image smooth interface, the MFC and OpenCV mixed programming ...)
    2012-03-26 10:08:52下载
    积分:1
  • HumanDet1
    人头检测 通过颜色分割产生人头头发部分的二值图像,计算此部分的面积和长宽比来判断是否有人头(human detection)
    2021-03-05 18:49:31下载
    积分:1
  • speech-emotion-recognition
    过特定人语音情感数据库的建立;语音情感特征提取;语音情感分类器的设计,完成了一个特定人语音情感识别的初步系统。对于单个特定人,可以识别平静、悲伤、愤怒、惊讶、高兴5种情感,除愤怒和高兴之间混淆程度相对较大之外,各类之间区分特性良好,平均分类正确率为93.7 。对于三个特定人组成的特定人群,可以识别平静、愤怒、悲伤3种情感,各类之间区分特性良好,平均分类正确率为94.4 。其中分类器采用混合高斯分布模型。(The system of speech emotion recognition)
    2014-04-21 20:08:42下载
    积分:1
  • jm5.0c
    视频编解码技术,在有限带宽的情况下,能够大幅度的压缩编码比特数,图像的质量没有丝毫的下降。(Video codec technology, in the case of limited bandwidth can be substantial coding bits, the image quality is not the slightest decline.)
    2010-08-23 13:34:24下载
    积分:1
  • 统计独立算法求的信息熵
    一幅大小为256×256的256级灰度图像(每像素8bit) 如果图像的各个像素之间是统计独立的,求该图像的信息熵 -离散无记忆信源 如果图像的各个像素之间不是统计独立的,求该图像的信息熵 -图像像素的概率分布模型(A 256 gray scale image (8bit per pixel) with a size of 256 x 256 If each pixel of the image is statistically independent, the information entropy of the image is calculated Discrete memoryless source If each pixel of the image is not statistically independent, the information entropy of the image is calculated Probability distribution model of image pixels)
    2017-11-24 21:49:34下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • CapVedio
    Visual C++ 6.0,基于opencv,MFC框架下开发,一个具有视频交互功能的桌面程序,功能类似于例程“Computer Vision Virtual Buttons”,能够实现基于视频交互的虚拟按钮的触发,(Visual C++ 6.0, based on opencv, MFC framework of development, a video interactive features of desktop applications, functions similar to the routine " Computer Vision Virtual Buttons" , to video-based interactive virtual button, trigger,)
    2011-01-05 10:33:34下载
    积分:1
  • 多边填充作业
    多边形填充作业.rar(filled polygon operations. Rar)
    2020-10-26 19:20:00下载
    积分:1
  • main
    图像亮度和对比度调节,已验证,分别有亮度调节和对比度调节的调整框(Image brightness and contrast adjustment, has been verified, respectively, brightness adjustment and contrast ad)
    2017-03-26 20:25:06下载
    积分:1
  • decomb522src
    一个经典的动态视频图像去隔行处理的源代码,能消除双场图像的场效应(A classic dynamic de-interlacing video processing source code, to eliminate dual-field image of the field-effect)
    2020-08-14 16:58:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载