1 | static int[] histogram332_array(RGBImage img) { |
2 | final int[] histogram = new int[256]; |
3 | for (int rgb : img.pixels) |
4 | histogram[ubyteToInt(to332(rgb))]++; |
5 | ret histogram; |
6 | } |
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: | 335 / 363 |
Referenced in: | [show references] |