找回密码
 会员注册
查看: 27|回复: 0

OCR在转转游戏的应用

[复制链接]

2万

主题

0

回帖

6万

积分

超级版主

积分
64104
发表于 2024-9-19 17:08:32 | 显示全部楼层 |阅读模式
privatedoublecolorScore(BufferedImageimg,Rectanglerect,doublebrightnessThreshold,doublesaturationThreshold){inttotal=0;Setset=newHashSet();for(inti=(int)rect.getX();i>16)&0xff;intg=(color>>8)&0xff;intb=color&0xff;//计算饱和度doublemax=Math.max(r,Math.max(g,b));doublemin=Math.min(r,Math.min(g,b));doublesaturation=1-min/max;//计算亮度doublebrightness=0.3*r+0.6*g+0.1*b;//统计大于阈值的像素if(brightness>brightnessThreshold&saturation>saturationThreshold){set.add(color);}total++;}}if(total==0){return0;}//统计大于阈值像素在所有像素的占比returnset.size()/(double)total;}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 会员注册

本版积分规则

QQ|手机版|心飞设计-版权所有:微度网络信息技术服务中心 ( 鲁ICP备17032091号-12 )|网站地图

GMT+8, 2024-12-26 12:30 , Processed in 1.205190 second(s), 26 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表