Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1023026 // dominant332color

JavaX fragment (include)

static int dominant332color(RGBImage img) {
  ret indexOfMaxEntryInIntArray(histogram332_array(img));
}

static int dominant332color(BufferedImage img) {
  ret dominant332color(RGBImage(img));
}

Author comment

Began life as a copy of #1020686

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1023026
Snippet name: dominant332color
Eternal ID of this version: #1023026/4
Text MD5: 64022dc7bfcd0a0d3ba826eb0833c023
Author: stefan
Category: javax / image analysis
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-24 18:58:02
Source code size: 200 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 252 / 294
Version history: 3 change(s)
Referenced in: [show references]