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

DSP-digital-Recognition

于 2013-12-10 发布 文件大小:6956KB
0 321
下载积分: 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 个回复

  • cc
    说明:  经典图论,其中叙述了图论的经典算法等,如最大流、最小割等相关算法。(Classical graph theory, graph theory, which describes the classical algorithms, such as maximum flow, minimum cut, and other related algorithms.)
    2011-05-11 17:52:55下载
    积分:1
  • VCPPqiangda-tuxiang-chuli
    先进行图像预处理,比如Hough变换,边沿检测,还有差影法,模板提取 ,识别,跟踪,最后是模板匹配。(First image preprocessing, such as the Hough transform, edge detection, as well as poor shadow method, template extraction, identification, tracking, and finally the template matching.)
    2012-03-16 14:33:20下载
    积分:1
  • Image-zooming
    实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
    2014-02-13 10:17:26下载
    积分:1
  • the-Algorithm-of-fire-detection
    推荐火灾检测的参考文献,有火焰多个特征提取的算法。(the article is about how to detect fire,using many algorithms to get the features of fire.)
    2013-03-26 15:01:04下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • souhan_v32
    esprit算法对有干扰的信号频率进行估计,一种基于多文档得图像合并技术,搭建OFDM通信系统的框架。( esprit algorithm signal frequency interference can be assessed Based on multi-document image obtained combining technique, Build a framework OFDM communication system.)
    2017-04-28 19:14:03下载
    积分:1
  • ITKbrain
    ITK的脑室图像分割,可以对脑部的图像用itk进行分割,用VTK来进行显示。(the segration of brain of ITK )
    2009-03-20 17:42:08下载
    积分:1
  • alphaMatting
    基于alpha matting的抠图技术(Alpha matting based matting techniques)
    2018-02-27 11:20:37下载
    积分:1
  • Sutherland_Cohen--Straight-cut
    计算机图形学中小例子,MFC下实现Sutherland_Cohen直线段裁剪算法(Computer graphics small example)
    2011-12-21 19:05:50下载
    积分:1
  • virtual-view-code-CPP
    这是一个从两个以知的参考视点的彩色图和深度图来合成一个虚拟视点的彩色图和深度图的程序。(This is one of the two known reference to the viewpoint of the color and depth charts to synthesize a virtual viewpoint of color and depth charts of the program.)
    2016-03-16 14:58:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载