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

DSP-digital-Recognition

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

  • 基于OPENCV的SIFT特征提取与匹配算法 OPENCV_SIFT_VC6
    基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。(OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.)
    2020-06-26 03:00:02下载
    积分:1
  • SiftSearch
    基于Sift算法开发商标图案匹配程序,(1)各个CBIR模块及其技术; (2)Sift算法及其在图像匹配、目标识别中的应用; (3)Sift算法在图像检索中的应用。 (Sift algorithm development based on pattern matching program mark (1) Each CBIR module and its technology (2) Sift algorithm and its application in image matching, object recognition application (3) Sift algorithm in image retrieval applications.)
    2009-09-28 12:03:28下载
    积分:1
  • xiaobo
    结合维纳滤波的小波降噪方法,滤波效果很好(Combination of Wiener filtering of wavelet noise reduction method, filter works well)
    2009-10-24 13:59:40下载
    积分:1
  • optimize_c
    用C语言实现最优化算法中的黄金分割法!!(optimization algorithm using c)
    2013-05-15 17:22:18下载
    积分:1
  • PC20121224
    先进行图像的预处理,采用中值滤波,梯度增强。基于边缘帧差法实现前景检测(first image preproceing,the median filtering,grdient enhancement。based on edge detection method of frame to realiase prospect)
    2012-12-25 17:28:48下载
    积分:1
  • DecodeString
    根据指定字符分割字符串,VC++精选编程源码,很好的参考。(According to the specified character segmentation character string, VC++ select programming source code, a good reference.)
    2013-12-03 10:56:22下载
    积分:1
  • ostu
    使用大津法选定二值化阈值,并对彩色图像做二值化处理(Otsu binarization threshold is selected, and the color images do binarization processing)
    2012-05-19 22:41:01下载
    积分:1
  • pictureshow
    可以显示图像并显示大话西游中的经典台词,还可以播放动听的背景音乐。(Can display images and display the classic Journey to the West in the lines, but also can play pleasant background music.)
    2010-06-29 23:22:22下载
    积分:1
  • CV3
    opencv读取一个视频并设置其播放帧率播放速度(use opencv to read a video and change the rate)
    2017-10-30 23:56:11下载
    积分:1
  • snaketest
    snake算法的c源代码,一般snake算法可以用于图像的边缘检测,是一种比较新的方法(snake algorithm c source code, the general snake algorithm can be used to image edge detection, is a relatively new approach)
    2008-06-02 11:34:44下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载