Warning: session_start(): open(/var/lib/php/sessions/sess_egvkoagetmra1qe6s73u9qgv9j, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static L audio_streaksUsingBand_noAutoContrast_v1(BWImage img, IntRange band, O... _) {
BWImage bandImage = clipBWImage(img, 0, band.start, img.getWidth(), band.end);
BWImage img2 = squishTo1Pixel(bandImage);
optOutParam(_, processedImage := img2);
float threshold = optParam(_, 'threshold, 0.5f);
L streaks = findBrightHorizontalStreaks(img2, threshold);
streaks = joinIntRangesWithDistanceLessThan(streaks, 10);
if (boolOptParam(_, 'printStreaks)) printStruct(+streaks);
ret streaks;
}