L版本实现多线程找图

链接:https://pan.baidu.com/s/1RaUghMhz1p0InQL4rycRng 
提取码:9xjf 

  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5. CoordMode, Mouse, Screen ; ToolTips 放置在相对于屏幕坐标的位置.
  6. #include <pic_search_mutithread>
  7. MsgBox,选择需要查找的图片,bmp格式
  8. FileSelectFile, files, M3 ; M3 = 选择多个现有文件,路径和图片名字不能有"_"".
  9. if (files = "")
  10. {
  11. MsgBox, The user pressed cancel.
  12. return
  13. }
  14. string_path := ""
  15. Loop, parse, files, `n
  16. {
  17. if (A_Index = 1)
  18. {
  19. root_path := A_LoopField
  20. }
  21. else
  22. {
  23. string_path := root_path . "" . A_LoopField . "*" . string_path
  24. }
  25. }
  26. StringTrimRight, string_path, string_path, 1
  27. MsgBox,% string_path
  28. MsgBox,按住左键拖动选取查找范围
  29. Sleep,200
  30. MsgBox, 4096,, % GetRange(x,y,w,h) "范围:" x "," y "," w "," h
  31. picPath := string_path
  32. x1 := x
  33. y1 := y
  34. x2 := x+w
  35. y2 := y+h
  36. thresh := 100
  37. obj := {}
  38. pic_search_debug(picPath, x1, y1, x2, y2, time, obj, thresh)
  39. MsgBox,% obj2json(obj)
  40. return
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
应用

开源 中文 热榜工具 不出茅庐便知三分天下 双击鼠标能吃全网新瓜~

2021-6-19 16:32:51

其他

连接群晖 Synology DS1821+ NAS WebDAV的FileZilla Pro专业版

2021-7-4 10:08:47

6 条回复 A文章作者 M管理员
欢迎您,新朋友,感谢参与互动!
  1. 415075065

    试了一下 好用

    • ahker

      pic_search_debug(picPath, x1, y1, x2, y2, time, obj, thresh)
      正式使用的时候,改用pic_search(picPath, x1, y1, x2, y2, time, obj, thresh)

  2. longlongago

    厉害了 我的哥

  3. awen162

    下载来试试

  4. 。13530

    你好 我想問下ahk怎麼實現後台取色

  5. user14586

    先试一下

个人中心
购物车
优惠劵
私信列表
搜索