1 | sbool audioSplit3_debug = true; |
2 | static int audioSplit3_threshold = 20; |
3 | |
4 | static L<IntRange> audioSplit3(BWImage img) {
|
5 | ret audioSplit3(img, audioSplit3_threshold); |
6 | } |
7 | |
8 | static L<IntRange> audioSplit3(BWImage img, int threshold) {
|
9 | ret mergeIntRangesCloserThan(threshold, audioSplit2(img)); |
10 | } |
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: | 563 / 589 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |