static RGBImage renderColorPredicateOnTestImages(F1<Int, Bool> pred, L<RGBImage> testImages) { new L<RGBImage> out; for (RGBImage img : testImages) { out.add(img); out.add(renderColorPredicate(pred, img)); } ret mergeImagesVertically(out); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022946 |
Snippet name: | renderColorPredicateOnTestImages |
Eternal ID of this version: | #1022946/2 |
Text MD5: | 87fcc235ec235634d38eaefe44631fc9 |
Author: | stefan |
Category: | javax / image analysis |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-15 03:20:04 |
Source code size: | 263 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 288 / 321 |
Version history: | 1 change(s) |
Referenced in: | [show references] |