联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Visual C++(125) 

[模式识别(视觉/语音等)] shuzitujiaocheng

1. 图像文件的格式;   2. 图像编程的基础-操作调色板;   3. 图像数据的读取、存储和显示、如何获取图像的尺寸等;   4. 利用图像来美化界面;   5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作;   6. 图像显示的各种特技效果;   7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等、图像的伪彩色、彩色图像转换为黑白图像、物体边缘的搜索等等;   8. 二值图像的处理:腐蚀、膨胀、细化、距离变换等;   9. 图像分析:直线、圆、特定物体的识别;   10.JEPG、GIF、PCX等格式文件相关操作;   11.图像文件格式的转换;   12.图像的常用变换:付利叶变换、DCT变换、沃尔什变换等;   13.AVI视频流的操作;
A.Image file formats Two. Image programming- operation palette 3. Read image data, storage and display, how to obtain the size of the image, and so on 4. Using images to beautify the interface 5 The basic operation of the image: Image Shift, Image rotate, mirror images, image scaling, image, clipboard operations 6. The image shows a variety of special effects 7. Image processing: image binarization, image brightness and contrast adjustment, image edge enhancement, how to get the correction of the image histogram, image histograms, image smoothing, image sharpening, the image of pseudo-color, color image converted to black and white images, the edges of objects in the search 8. Binary Image Processing: corrosion, expansion, refinement, distance transform 9. Image analysis: the identification of lines, circles, specific objects 10. JEPG, GIF, PCX format file related operations 11. Conversion of image file formats 12. Images commonly used transf (2012-02-19, Visual C++, 24KB, 下载26次)

http://www.pudn.com/Download/item/id/1775034.html

[模式识别(视觉/语音等)] kartrider

跑跑卡丁车 ★实验任务 有 n 辆卡丁车车牌号分别为 1,2,…,n 在高速公路上竞速。Coffee 是位跑跑卡丁车爱 好者,她在比赛的过程中拍摄了两张照片,在照片上可以清晰的看到每辆车的的车牌号。 给出两张照片上从第一名到最后一名的车牌号,请你编程计算这两张照片的拍摄时间段内 至少发生了几次超车。 ★数据输入 输入第一行包括一个正整数 n(1<=n<=50000),表示卡丁车数量。接下来两行,每行 包括 n 个整数,表示照片上从第一名到最后一名的车牌号(1 到 n 的全排列),每两个数之 间用一个空格隔开。 ★数据输出 输出仅有一个数,即至少发生的超车次数,答案在 int 型范围内。
KartRider ★ experimental tasks Kart n vehicle license plate number are respectively 1,2, ..., n racing on the highway. Coffee is a KartRider love Well is the course of the game she shot two photos in the photo can clearly see each vehicle s license plate number. Shows two photographs from the first to the last one on the license plate number, please calculate your programming time period these two photos were taken Occurred at least several overtaking. ★ data input Enter the first line contains a positive integer n (1 <= n <= 50000), said the number of karting. The next two lines, each line Including the n integers, said the photo first to the last one from the license plate number (1 to n the full array), each of the two numbers Separated by a space between. ★ data output Output is only one number, that at least the number of overtaking occurred, the answer is in the range of int type. (2010-10-26, Visual C++, 65KB, 下载4次)

http://www.pudn.com/Download/item/id/1327751.html

[模式识别(视觉/语音等)] casino2x_exe

一个蒙特卡罗算法程序,可以自己扩编改编次程序 [visualmatlab.rar] - 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识 [MonteCarlo.rar] - 蒙特卡罗(Monte Carlo)方法,又称随机抽样或统计试验方法,属于计算数学的一个分支,它是在本世纪四十年代中期为了适应当时原子能事业的发展而发展起来的。传统的经验方法由于不能逼近真实的物理过程,很难得到满意的结果,而蒙特卡罗方法由于能够真实地模拟实际物理过程,故解决问题与实际非常符合,可以得
蒙特卡罗(Monte Carlo)方法,或称计算机随机模拟方法,是一种基于“随机数”的计算方法。这一方法源于美国在第一次世界大战进研制原子弹的“曼哈顿计划”。该计划的主持人之一、数学家冯·诺伊曼用驰名世界的赌城—摩纳哥的Monte Carlo—来命名这种方法,为它蒙上了一层神秘色彩。 (2009-08-02, Visual C++, 305KB, 下载24次)

http://www.pudn.com/Download/item/id/864584.html

[模式识别(视觉/语音等)] 200572811235798

本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能
In this paper, and designed to achieve a free offline handwritten numeral recognition system. First, the identification number of the preconditioning treatment were introduced, including binarization, smoothing filtering, standardization, refinement, such as image processing method Secondly, to explore how to extract the number of character strokes of structural features and characteristics, and described in detail Knowledge of the construction method Finally the use of a Knowledge-based template matching method to identify and MATLAB as a programming tool to achieve with a friendly graphical user interface of free handwritten numeral recognition system. The experimental results show that this method has higher recognition rate, and has better anti-noise performance (2008-10-10, Visual C++, 1196KB, 下载56次)

http://www.pudn.com/Download/item/id/558935.html

[模式识别(视觉/语音等)] Visual_C++_MATLAB

《Visual C++_MATLAB图像处理与识别实用案例精选》本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章-第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章-第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章-第12章,是两个综合性较强的实例,分别足Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盆给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。光盘在下一次的上载中给出。 注 此为超星图书,请用超星阅读软件打开阅读。
"Visual C _MATLAB image processing and recognition of the practical case Showcase" the book systematically introduced the image processing and recognition of the basic tenets of the typical methods and practical skills. The book is divided into 12 chapters, Chapter 1-Chapter 6 of image processing and recognition of content, including images scientific overview MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition; Chapter 7-Chapter 10 of image processing and recognition of the engineering example, covering medical image processing, Character Recognition and self-guided trolley path recognition example, the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers how to use MATLAB (2006-05-24, Visual C++, 8306KB, 下载3716次)

http://www.pudn.com/Download/item/id/187354.html
总计:125