File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Inertial 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 从网上下载下来的原验证码图片,未经过处理
You can’t perform that action at this time.
0 commit comments