This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 在这份教程中,我们将会学习到如何组织用户通过PHP上传成人照片或者裸照. | |
| 示例 下载 | |
| 我在phpclasses.org上面偶然发现一个很有用的,由Bakr Alsharif开发的可以帮助开发者基于皮肤像素点来检测图片裸照的类文件. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " Maintainer: amix the lucky stiff | |
| " http://amix.dk - amix@amix.dk | |
| " | |
| " Version: 3.6 - 25/08/10 14:40:30 | |
| " | |
| " Blog_post: | |
| " http://amix.dk/blog/post/19486#The-ultimate-vim-configuration-vimrc | |
| " Syntax_highlighted: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 简单验证码识别程序(源码) | |
| 简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些感扰点感扰线等情况,或者只有少数几种字体变化和字体大小变化。 | |
| 这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。 | |
| 验证码识别可以分为三个大的步骤:预处理,分割,识别。 | |
| 1. 预处理 |
OlderNewer