1 | static int checkBottomLeftCorner(S imageIDs) {
|
2 | int i = 1; |
3 | for (S imageID : splitAtSpace(imageIDs)) {
|
4 | if (bottomLeftCornerIs(imageID)) |
5 | ret i; |
6 | ++i; |
7 | } |
8 | ret 0; |
9 | } |
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: | #1005794 |
| Snippet name: | checkBottomLeftCorner - compare bottom left corner of screen with an image |
| Eternal ID of this version: | #1005794/1 |
| Text MD5: | 3ecd3f9b81425979ac3e063f77ad7cc5 |
| Author: | stefan |
| Category: | javax / ocr |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-09 02:11:19 |
| Source code size: | 188 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 698 / 739 |
| Referenced in: | [show references] |