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"); }
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: | 501 / 518 |
Referenced in: | #1005895 - findImageAllInPart #1006415 - findImagesAll #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015482 - findImageAll2 |