搜索资源列表
digital-recognise
- 数字识别代码 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且要按顺序执行。步骤为:“256色位图
digitshibie
- 图形数字识别: 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别 识别的结果显示在屏幕上,同时也输出到文件result.txt中-graphics figures recognition : the first step : training netw
pilaojiashi
- 在VC++环境下利用OPENCV实现人眼检测和识别,并判断驾驶员是否疲劳,自动提醒驾驶员停止驾驶。-In VC++ environment using OPENCV achieve detection and recognition of the human eye and determine whether driver fatigue, and automatically alerts the driver to stop driving.
c-coder
- 输入年月日,计算为该年的第几天!能识别不合理日期的输入,并能及时停止程序-Enter year, month date, calculated for the first few days in! Can identify the input date is unreasonable, and can stop the program in time
TextCla
- 支持向量机和EM最大熵文本分类算法,压缩包中包括了测试文本词典,停用词表等-Support vector machines and EM maximum entropy text classification algorithm, compressed package includes a test text dictionary, stop word table
code
- 利用频域滤波消除周期噪声,即用频域带阻滤波器消除图像中的周期噪声。-By using the frequency domain filtering eliminating cycle noise, use frequency domain band-stop filter to eliminate image noise of the cycle.
monitor
- 识别摄像头视频中的数字。点击手动抓图,完成抓图和识别功能。 设置好时间间隔,比如2秒,点击开始监视,则每隔2s抓图、识别一次。点击停止监视则停止抓图。-Identification number of the video camera. Click on the manual capture, complete capture and recognition. Set time interval, such as 2 seconds, click Start Monitoring, then
Gaussian-band-stop-filter
- 该程序是在matlab下实现的,主要用于图像的高斯带阻滤波。-The program is implemented in matlab, Gaussian mainly for image band-stop filter.
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.