static int findImagesAll_max = 1000; static L<Rect> findImagesAll(BWImage screen, L<S> imageIDs, float similarity) { new L<FoundImg> l; for (S imageID : imageIDs) l.addAll(bwRawImageSearch_quick(screen, loadBWImage_cached(imageID), similarity, findImageAll_max-l(l))); ret collect(l, "r"); }
Began life as a copy of #1005887
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: | #1006415 |
Snippet name: | findImagesAll |
Eternal ID of this version: | #1006415/1 |
Text MD5: | 6c3a1729c09f83dfdc1d7df617f8425f |
Author: | stefan |
Category: | javax / ocr |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-01-01 19:35:14 |
Source code size: | 309 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 517 / 531 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |