OCR,optical character recognition 的简称,也就是光学识别系统,属于图形识别的一个分支,OCR是针对印刷体字符,採用光学的方式将文档资料转换成原始资料黑白点阵的图像文件,通过识别软件将图像中的文字识别成中文和英文内码,然后转换成文本格式。这样计算机就能够通过OCR识别 ...
分类:
其他好文 时间:
2017-08-15 17:18:43
阅读次数:
163
近期在学模式识别,正在看Introduction to Pattern Recognition这本书,挺不错的一本书。好。以下和大家一起来学习最大熵算法。首先,最大熵算法是干什么的呢?通常是用来预计一个分布,至于把分布预计出来之后用来干什么,那要视详细问题而定。那这里的“熵”是什么意思呢?它是指信息 ...
分类:
编程语言 时间:
2017-08-12 22:46:04
阅读次数:
205
參考文献: Zhang J, Kan M, Shan S, et al. Leveraging Datasets With Varying Annotations for Face Alignment via Deep Regression Network[C]//Proceedings of th ...
分类:
Web程序 时间:
2017-08-09 12:55:39
阅读次数:
317
标签: font-size 字体大小 face 字体样式 <ul>下划线 <pre>原样输出 <ins>下划线 <sup> 上标注 <sub>下标注 taeget: 指明页面哪里显示 _blank 在新窗口中显示 _self 在当前窗口中显示 _parent 在父级框架中打开 &bull . ... ...
分类:
Web程序 时间:
2017-08-08 23:03:05
阅读次数:
245
WEB字体 语法 @font-face{ font-family:""; src:url() format() .... } 兼容性写法 @font-face { font-family: 'diyfont'; src: url('diyfont.eot'); /* IE9+ */ src: url ...
分类:
Web程序 时间:
2017-08-08 23:00:35
阅读次数:
275
The best strategy to play the game is to minimize the maximum loss you could possibly face. Definition of dp[i][j]: minimum number of money to guarant ...
分类:
其他好文 时间:
2017-08-08 21:52:11
阅读次数:
116
@font-face规则在CSS3规范中属于字体模块,该规则的推出对于网页设计来说是一个革命性的进步。在传统设计中,设计师不敢使用各种艺术字体类型,甚至是常规字体也需要慎重使用。因为设计师必须考虑每位浏览者的系统中是否安装了所有字体。有了@font-face规则,这个顾虑就可以放下了:只要在互联网上 ...
分类:
其他好文 时间:
2017-08-06 12:37:38
阅读次数:
801
Contribution: 1) Systematic interpretation to existing face sketch synthesis methods. 2) Bayesian face sketch synthesis: apply the spatial neighboring ...
分类:
其他好文 时间:
2017-07-31 20:08:44
阅读次数:
113
近期開始了模式识别的学习,在此之前须要对模式和模式类的概念有一个了解,这里使用MATLAB实现一些模式类的生成。在此之前,引用百科上对于模式识别和模式类的定义。也算加深以下了解: 模式识别(Pattern Recognition):人类在日常生活的每一个环节,从事着模式识别的活动。能够说每一个有正常 ...
分类:
其他好文 时间:
2017-07-31 13:28:32
阅读次数:
233
Paper: Object Recognition from Scale-Invariant Features Sorce: http://www.cs.ubc.ca/~lowe/papers/iccv99.pdf SIFT 即Scale Invariant Feature Transfrom, 尺 ...
分类:
其他好文 时间:
2017-07-26 23:29:27
阅读次数:
156