package com;

import java.util.Collection;

import com.bean.Card;
import com.bean.Path;
import com.handler.DiscernMain;
import com.handler.ParamOutput;



public class Test {

	public static void main(String[] args) {
		Path path = new Path();//创建路径类 设置相关参数
		path.setCardStorePath("E:\\temp");
		path.setSuccessOutPath("E:\\suc");
		path.setFailOutpath("E:\\fai");
		
		int res = DiscernMain.cardHandler(path); //识别主入口
		System.out.println("识别总数 : " + ParamOutput.getTotal());
		System.out.println("识别成功数 : " + ParamOutput.getSucTotal());
		System.out.println("未识别成功数 : " + ParamOutput.getFailTotal());
		Collection<Card> list = ParamOutput.getCardInfos(); //获取识别成功的集合
		for (Card card : list) {
			System.out.println(card.getName() + "    " + card.getCardId());
		}
		Card card1 = ParamOutput.getCardInfo("1");//获取第几个识别成功的card信息 key为第几个识别成功的数,也是当前识别成功的总数
		System.out.println("card:" + card1.getName());
		System.out.println(res);
 
	}

}
最近下载更多
okliu123456  LV24 2021年12月14日
zzs269285304  LV7 2020年6月30日
570662438  LV8 2019年11月1日
xtm123  LV18 2019年10月12日
CLATZJ  LV19 2019年7月12日
a278975044  LV7 2019年5月18日
tess123  LV1 2019年5月17日
fuxiyuan  LV6 2019年5月8日
913024733  LV15 2019年4月16日
zouzuofa  LV1 2019年2月21日
最近浏览更多
星空Starry-Sky  LV6 3月1日
tr1314qq  LV17 2月5日
liyonggang  LV2 1月19日
1837157674lgw 2023年11月13日
暂无贡献等级
1257592068  LV6 2023年9月18日
huang163zi  LV1 2023年4月26日
微微笑的笑笑  LV3 2023年4月11日
我真的是小明  LV10 2023年3月21日
晴风8815  LV2 2023年2月28日
CHENSHINIANG 2022年12月22日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友