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

DSP-digital-Recognition

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

  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • 3dwatershed
    用分水岭算法对三维模型进行分割处理。可以实现对三维模型的有意义分割。(Using three-dimensional model of the watershed algorithm to be dealt with separately. Three-dimensional model can achieve meaningful partition.)
    2009-01-13 20:29:26下载
    积分:1
  • opticalflowMATLAB
    LK 和HS光流代码,初学者可用,带有误差分析(LK optical flow and the HS code is available for beginners, error analysis with)
    2015-11-28 10:35:21下载
    积分:1
  • FFT_armtest_vc
    这是一个比较全面的傅里叶变换,例子中含有测试的图片,能让人更加明白傅里叶变换的处理效果。(This is a more comprehensive Fourier transform, the example contains a picture of the test, can make people more aware of the Fourier transform of the treatment effect.)
    2012-07-10 10:57:38下载
    积分:1
  • CUDA
    将传统的串行均值滤波算法修改为基于CUDA的并行的滤波算法(Modify traditional serial mean filtering algorithm based on CUDA parallel filtering algorithm)
    2020-12-13 21:49:14下载
    积分:1
  • opencv
    利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
    2016-02-18 15:20:39下载
    积分:1
  • HoughMFC
    用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错(using OpenCV for image processing and development of a project portal sample program-- Hough Transform good results!)
    2006-11-03 21:15:57下载
    积分:1
  • SIFT
    提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)
    2020-12-10 10:49:21下载
    积分: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
  • xiaobo
    结合维纳滤波的小波降噪方法,滤波效果很好(Combination of Wiener filtering of wavelet noise reduction method, filter works well)
    2009-10-24 13:59:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载