-
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第五章 灰度直方图...
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第五章 灰度直方图-Peking University
- 2022-02-06 03:00:29下载
- 积分:1
-
用纯c语言写的俄罗斯方块的游戏。功能强大,可以变更速度。...
用纯c语言写的俄罗斯方块的游戏。功能强大,可以变更速度。-Pure c language game of Tetris. Powerful, can change the speed.
- 2022-07-09 01:35:26下载
- 积分:1
-
OV9650
ov9650
Datasheet
Implementation Guide
SCCB Specification-ov9650 Datasheet Implementation Guide SCCB Specification
- 2022-10-05 15:05:03下载
- 积分:1
-
自己参考资料写的关于c图像的小程序,里面还用的了键盘的使用,算是游戏吧。绝对原创!很利于初学者学习。...
自己参考资料写的关于c图像的小程序,里面还用的了键盘的使用,算是游戏吧。绝对原创!很利于初学者学习。-his reference was made on the images of small c procedures, which also use the keyboard use, it is the game. Absolutely original! Beginners very conducive to learning.
- 2022-02-01 20:43:47下载
- 积分:1
-
VRML源代码,该程序用于演示企业产品的设计,程序中利用并设计实现了VRML的复杂动画。...
VRML源代码,该程序用于演示企业产品的设计,程序中利用并设计实现了VRML的复杂动画。-VRML source code, the procedure used for demonstration enterprise product design, process design and realization of the use of the complex VRML animation.
- 2023-08-26 12:20:03下载
- 积分:1
-
一个能够旋转的螺钉,非常好看!
一个能够旋转的螺钉,非常好看!-a screw to rotate and extremely good looking!
- 2022-11-28 22:50:03下载
- 积分:1
-
JAVA 完成的一款 媒体播放器, 能支持Mp3的音乐播放功能, 界面简单,漂亮。...
JAVA 完成的一款 媒体播放器, 能支持Mp3的音乐播放功能, 界面简单,漂亮。-JAVA completed a media player, will support MP3 music player, interface simple, and beautiful.
- 2022-03-21 01:13:57下载
- 积分:1
-
目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别...
目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretreatment modules : including training data and identification data read, in one, two values of feature extraction module : the main characteristics of the direction including strokes and grid density characteristics, but also based on the identification of the requirements to continue to increase other identification ( Categories) modules : include SVM methods and BP networks, which SVM method for the identification of high SVM+ mesh density characteristics, in a small set of characters to achieve a recognition rate of over 97% using OO ideological preparation, suitable for secondary development
- 2022-01-25 21:15:15下载
- 积分:1
-
in Matlab under image processing functions, including marginalized segment fitti...
在matlab下进行图像处理的函数库,包含边缘线段拟合,透视变换,立体图像复原等toolbox中所没有的功能,详见index.html-in Matlab under image processing functions, including marginalized segment fitting, perspective transformation, three-dimensional images rehabilitation toolbox are not functional, as described index.html
- 2023-02-19 20:00:04下载
- 积分:1
-
数字识别系统源代码
使用说明 代码注释的很详尽第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。该系统的识别率一般情况下为90%。此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-“紧缩重排”。注意,待识别的图片要与win.dat和whi.dat位于同一目录,这两文件保存训练后网络的权值参数。
- 2022-07-24 04:47:50下载
- 积分:1