All Projects → Humsen → identification-code

Humsen / identification-code

Licence: other
基于LibSVM实现的验证码识别,通过对验证码图片进行二值化、去噪、切割等处理后,对每个字符进行识别。识别过程采用LibSVM来实现。可用于识别网站登录的验证码。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to identification-code

ffsvm-rust
FFSVM stands for "Really Fast Support Vector Machine"
Stars: ✭ 50 (+42.86%)
Mutual labels:  libsvm
DPOTPView
Customisable OTP view and Passcode view
Stars: ✭ 52 (+48.57%)
Mutual labels:  verification-code
LIBSVM.jl
LIBSVM bindings for Julia
Stars: ✭ 74 (+111.43%)
Mutual labels:  libsvm
xvcode
web dynamic validation code generator 动态web校验码图片生成
Stars: ✭ 43 (+22.86%)
Mutual labels:  verification-code
customer churn prediction
零售电商客户流失模型,基于tensorflow,xgboost4j-spark,spark-ml实现LR,FM,GBDT,RF,进行模型效果对比,离线/在线部署方式总结
Stars: ✭ 58 (+65.71%)
Mutual labels:  libsvm
sol-verifier
Verify Solidity smart contracts on Etherscan
Stars: ✭ 22 (-37.14%)
Mutual labels:  verification-code
KWVerificationCodeView
A customisable verification code view to capture OTPs
Stars: ✭ 83 (+137.14%)
Mutual labels:  verification-code
Tensorflow template application
TensorFlow template application for deep learning
Stars: ✭ 1,851 (+5188.57%)
Mutual labels:  libsvm
No-Reference-Image-Quality-Assessment-using-BRISQUE-Model
Implementation of the paper "No Reference Image Quality Assessment in the Spatial Domain" by A Mittal et al. in OpenCV (using both C++ and Python)
Stars: ✭ 137 (+291.43%)
Mutual labels:  libsvm
EasySparse
Sparse learning in TensorFlow using data acquired from Spark.
Stars: ✭ 21 (-40%)
Mutual labels:  libsvm
jcaptcha
可扩展java验证码工具类。支持字母,中文,数字运算;同时可配置验证码尺寸,背景色,干扰项
Stars: ✭ 33 (-5.71%)
Mutual labels:  verification-code
go-captcha
Go Captcha is a behavioral captcha, which implements the generation of random verification text and the verification of click position information.
Stars: ✭ 86 (+145.71%)
Mutual labels:  verification-code
在python程序文件夹下有四个文件:

1.StepPackage——Python程序的包
2.AllFile——包括特征文件以及模型
  其中feature代表特征文件,model_file代表模型,final表示为最终版本。
3.pictures1——第一类验证码图片选取200张
4.pictures2——第二类验证码图片选取200张

python程序包中的Step_6_IdentifyVCodeProgram为主程序,只需运行该程序即可。然后可选择pictures1和pictures2中的图片进行验证识别。

运行程序所需环境:python3
以及python第三方库libsvm包,此包安装比较复杂。
libsvm包安装可参考博客:http://blog.csdn.net/eunicechen/article/details/51555427
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].