static L<BWImage> horizontalIntRangesToImages(BWImage img, L<IntRange> l) { new L<BWImage> out; for (IntRange r : l) out.add(img.clip(r.start, 0, r.end-r.start, img.getHeight())); ret out; }
Began life as a copy of #1018618
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018622 |
Snippet name: | horizontalIntRangesToImages |
Eternal ID of this version: | #1018622/3 |
Text MD5: | ca0c2d740c948aeaa1f3b382773dbe8f |
Author: | stefan |
Category: | javax / audio recognition |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-08 01:14:42 |
Source code size: | 205 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 264 / 304 |
Version history: | 2 change(s) |
Referenced in: | [show references] |