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

10
LINES

< > BotCompany Repo | #1018625 // audioSplit3 [merge short parts]

JavaX fragment (include)

sbool audioSplit3_debug = true;
static int audioSplit3_threshold = 20;

static L<IntRange> audioSplit3(BWImage img) {
  ret audioSplit3(img, audioSplit3_threshold);
}

static L<IntRange> audioSplit3(BWImage img, int threshold) {
  ret mergeIntRangesCloserThan(threshold, audioSplit2(img));
}

Author comment

Began life as a copy of #1018621

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018625
Snippet name: audioSplit3 [merge short parts]
Eternal ID of this version: #1018625/3
Text MD5: 4addff6bd6638cc77ba3e9a3ca4ba961
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-08 01:27:39
Source code size: 300 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 272 / 297
Version history: 2 change(s)
Referenced in: [show references]