Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1005887 // findImageAll

JavaX fragment (include)

static int findImageAll_max = 1000;

static L<Rect> findImageAll(BWImage screen, S imageID, float similarity) {
  L<FoundImg> l = bwRawImageSearch_quick(screen, loadBWImage_cached(imageID), similarity, findImageAll_max);
  ret collect(l, "r");
}

Author comment

Began life as a copy of #1005797

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005887
Snippet name: findImageAll
Eternal ID of this version: #1005887/1
Text MD5: 83f273ef0e6cc8b6fcda2f601698b789
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-12 14:35:05
Source code size: 250 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 440 / 453
Referenced in: [show references]