Home > Backend Development > PHP Tutorial > 字符验证码识别

字符验证码识别

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:36:12
Original
1050 people have browsed it

字符型验证码,如下:

<code>         __   __    ______   _    _    __   __   __   _      ___    
 \ \\/ //  /_   _// | || | ||  \ \\/ // | || | ||   / _ \\  
  \   //    -| ||-  | || | ||   \ ` //  | '--' ||  / //\ \\ 
  / . \\    _| ||_  | \\_/ ||    | ||   | .--. || |  ___  ||
 /_//\_\\  /_____//  \____//     |_||   |_|| |_|| |_||  |_||
 `-`  --`  `-----`    `---`      `-`'   `-`  `-`  `-`   `-` 
</code>
Copy after login
Copy after login

它跟普通的图片验证码相比如何,被机器识别的几率相比于图片验证码如何?

回复内容:

字符型验证码,如下:

<code>         __   __    ______   _    _    __   __   __   _      ___    
 \ \\/ //  /_   _// | || | ||  \ \\/ // | || | ||   / _ \\  
  \   //    -| ||-  | || | ||   \ ` //  | '--' ||  / //\ \\ 
  / . \\    _| ||_  | \\_/ ||    | ||   | .--. || |  ___  ||
 /_//\_\\  /_____//  \____//     |_||   |_|| |_|| |_||  |_||
 `-`  --`  `-----`    `---`      `-`'   `-`  `-`  `-`   `-` 
</code>
Copy after login
Copy after login

它跟普通的图片验证码相比如何,被机器识别的几率相比于图片验证码如何?

这个更容易识别啊 每个字母的特征值更容易提取了

高太多,甚至都不用专门算法,就渲染成图片识别,没有变形扭曲重叠干扰,最烂的OCR算法也基本不会出错……

Related labels:
php
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template