# captchaidentify2 **Repository Path**: usernameisregistered/captchaidentify2 ## Basic Information - **Project Name**: captchaidentify2 - **Description**: No description available - **Primary Language**: C# - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-15 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 本文主要介绍的是利用c#从零开始构建一个验证码识别系统。 ## 理论基础 本文的理论基础来自于 1. [验证码识别](https://usernameisregistered.github.io/algorithm/%E9%AA%8C%E8%AF%81%E7%A0%81%E8%AF%86%E5%88%AB/01%E6%A6%82%E8%AE%BA.html) 2. [数字图像处理](https://usernameisregistered.github.io/graph/%E6%95%B0%E5%AD%97%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/01%E6%95%B0%E5%AD%97%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86%E5%9F%BA%E7%A1%80%E7%9F%A5.html) 3. [图像去噪](https://usernameisregistered.github.io/algorithm/%E5%9B%BE%E5%83%8F%E5%8E%BB%E5%99%AA/00%E6%A6%82%E8%AE%BA.html) 如果以上网站不能访问移步到gitlab的对应[pages](https://liming_longxi.gitlab.io/)页面查看 1. [验证码识别](https://liming_longxi.gitlab.io/algorithm/%E9%AA%8C%E8%AF%81%E7%A0%81%E8%AF%86%E5%88%AB/01%E6%A6%82%E8%AE%BA.html) 2. [数字图像处理](https://liming_longxi.gitlab.io/graph/%E6%95%B0%E5%AD%97%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/01%E6%95%B0%E5%AD%97%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86%E5%9F%BA%E7%A1%80%E7%9F%A5.html) 3. [图像去噪](https://liming_longxi.gitlab.io/algorithm/%E5%9B%BE%E5%83%8F%E5%8E%BB%E5%99%AA/00%E6%A6%82%E8%AE%BA.html) ## 前提条件 **软件** visual studio 2022社区版本,可以自行安装自己使用的版本 **ui框架** AduSkin + Net Framework 4.5