方法介绍

方法名称:区域文字查找

语法:findStr(x1, y1, x2, y2,text,colorfmt,sim)

参数说明:

x1:整数型,查找区域左上X坐标

y1:整数型,查找区域左上Y坐标

x2:整数型,查找区域右下X坐标

y2:整数型,查找区域右下Y坐标

text:字符串,要找的文字,多个图片用“|”号分隔

colorfmt:字符串,文字的颜色格式

sim:双精度浮点数,相似度,取值范围0-1

返回值:

ret:如果有多个颜色用"|"分割,则对应找到的索引

x,y 对应找到的坐标

方法例子

setDict(0,"dict.txt")

useDict(0)

local x=-1 y=-1

ret,x,y=findStr(0,0,0,0,"中|国","FFFFFF-101010",0.98)

if x~=-1 and y ~=-1 then

print("x:"..x.." y:"..y)

end

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-12 17:21:42

results matching ""

    No results matching ""