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)

1  
sbool audioSplit2_debug = true;
2  
static int audioSplit2_threshold = 10;
3  
4  
static L<IntRange> audioSplit2(BWImage img) {
5  
  ret audioSplit2(img, audioSplit2_threshold);
6  
}
7  
8  
static L<IntRange> audioSplit2(BWImage img, int threshold) {
9  
  ret intRangesLongerThan(threshold, audioSplit1(img));
10  
}

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: 259 / 299
Version history: 3 change(s)
Referenced in: [show references]