首页>代码>Java破解简单验证码>/CrashVeryCode/src/com/young/crash/Cutter.java
package com.young.crash;

import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;

public class Cutter {
	public static void main(String[] args) throws IOException {

		for (int k = 0; k < 100; k++) {
			BufferedImage image = null;
			BufferedImage checkCode[] = new BufferedImage[4];

			try {
				image = ImageIO.read(new File("checkCode/code_" + k + ".jpg"));
			} catch (IOException e) {
				System.out.println("can't open checkCode");
			}
			Filter.dotFilter(image);
			Filter.blackAndWhiteFilter(image);

			BufferedImage img = Tools.getSingleCode(image);
			checkCode = Tools.getCheckCodes(img);

			for (int i = 0; i < checkCode.length; i++) {
				try {
					ImageIO.write(checkCode[i], "BMP", new File("check"
							+ (i + 1) + "\\test" + k + ".bmp"));
				} catch (IOException e) {
					System.out.println("can't open checkCode");
				}
			}
		}
	}
}
最近下载更多
EdgarLi  LV14 2022年7月19日
xxg2810  LV2 2021年3月8日
wyzl3321  LV25 2020年6月25日
wangdehai  LV3 2020年1月1日
blueskyroof  LV9 2019年11月28日
qwerasdfzxcv12  LV1 2019年2月15日
3207828  LV1 2018年12月14日
2985225214  LV10 2018年11月30日
TreasureUp  LV1 2018年5月8日
k12rtkj6  LV1 2018年4月23日
最近浏览更多
Sunsi12345  LV8 2022年12月7日
835512308  LV14 2022年7月22日
EdgarLi  LV14 2022年7月19日
xueys123  LV13 2022年6月2日
JohnAlex  LV9 2022年1月29日
Chillax  LV1 2021年12月3日
tqlovemm 2021年10月22日
暂无贡献等级
Ace666  LV2 2021年10月19日
97437472 2021年4月24日
暂无贡献等级
19238955 2021年4月12日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友