Skip to content

Commit ede75f5

Browse files
author
yinchuandong
committed
Update README.md
1 parent 7215d2b commit ede75f5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
Inertial big drop fall algorithm, libsvm
55
------------------------
66

7+
### Introduction:
8+
Recognize the CAPTCHA of some specified websites
9+
(http://blog.csdn.net/yinchuandong2/article/details/40340735)
10+
11+
### Functions:
12+
1. Download the CAPTCHA from specified websites
13+
2. Segment and recognize the distorted and sticky characters from picture
14+
15+
### Technologies:
16+
1. Use Java multi-thread and HTTP protocol to download CAPTCHA
17+
2. Use Otsu threshold to binarize the original image
18+
3. Use CFS (Color Filling Segmentation) algorithm to implement the first segmentation
19+
4. Use BIDF (Big Inertial Drop Fall) algorithm to implement the second segmentation
20+
5. Use LibSvm to build the model and predict the class of characters
21+
722
### 根目录目录结构
823
|—— JavaVerify
924
| |—— download 从网上下载下来的原验证码图片,未经过处理

0 commit comments

Comments
 (0)