static int[] histogram332_array(RGBImage img) { final int[] histogram = new int[256]; for (int rgb : img.pixels) histogram[ubyteToInt(to332(rgb))]++; ret histogram; }
Began life as a copy of #1010899
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: | #1022912 |
Snippet name: | histogram332_array |
Eternal ID of this version: | #1022912/1 |
Text MD5: | aaf8e907581b0a58dc2779c7ff23eb90 |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-14 21:12:46 |
Source code size: | 181 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 333 / 360 |
Referenced in: | [show references] |