Giter Club home page Giter Club logo

swverifycode's Introduction

强智教务系统验证码识别

/Java 目录下提供切割对比方式识别
/PHP  目录下提供切割对比方式识别
/Python 目录下提供CNN方式与OpenCV方式识别
/JavaScript 目录下提供强智网页自动识别验证码油猴插件

EXAMPLE

教务系统版本有所不同
我们学校的验证码只有['1', '2', '3', 'b', 'c', 'm', 'n', 'v', 'x', 'z']字符
图像大小为 22*62 类似于下图

image

识别率

以供CNN作测试集使用的128张验证码为标本测试识别率

Python CNN Python CV PHP CM Java CM JavaScript CM
96.87% 100.00% 100.00% 100.00% 100.00%

swverifycode's People

Contributors

sihuan avatar windrunnermax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

swverifycode's Issues

Image : nparray and list

二进制读入单通道
cv2.imdecode(np.frombuffer(img, np.uint8), cv2.IMREAD_COLOR)
图片nparray转list
img.tolist()
图片list转nparray
np.asarray(arr,dtype = np.uint8)

脚本

可以做个油猴脚本(试图搞事)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.