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

10
LINES

< > BotCompany Repo | #1018621 // audioSplit2 [with min streak length]

JavaX fragment (include)

sbool audioSplit2_debug = true;
static int audioSplit2_threshold = 10;

static L<IntRange> audioSplit2(BWImage img) {
  ret audioSplit2(img, audioSplit2_threshold);
}

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

Author comment

Began life as a copy of #1018617

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: #1018621
Snippet name: audioSplit2 [with min streak length]
Eternal ID of this version: #1018621/4
Text MD5: b1bfd9225f198f27f47bf2e8460aba25
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:24
Source code size: 295 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 256 / 296
Version history: 3 change(s)
Referenced in: [show references]