static L<Rect> rgbAutoCropClips(RGBImage rgb, L<Rect> clips) { new L<Rect> l; for (Rect clip : clips) { Rect r2 = autoCropOfRGBImage(rgb.clip(clip)); l.add(translateRect(r2, clip.x, clip.y)); } ret l; }
Began life as a copy of #1006349
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006765 |
| Snippet name: | rgbAutoCropClips |
| Eternal ID of this version: | #1006765/2 |
| Text MD5: | 417ed284d3b1b7c3ebb1230ac0633c73 |
| Author: | stefan |
| Category: | javax / ocr |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-02-03 20:05:15 |
| Source code size: | 225 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 651 / 666 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006766 - rgbAutoCropRects - synonym of rgbAutoCropClips |