Warning: session_start(): open(/var/lib/php/sessions/sess_53mp5ia8emlkp25ph6ne3tkdk7, 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
lib 1010061 // OpenIMAJ feature extraction (1.3.5)
lib 1009074 // trove
import org.openimaj.image.segmentation.*;
import org.openimaj.image.pixel.*;
static float fhSegment_sigma = 0.5f;
static float fhSegment_k = 2500f / 255f;
static int fhSegment_minSize = 20;
static L fhSegment(BufferedImage image) {
ret new FelzenszwalbHuttenlocherSegmenter(fhSegment_sigma, fhSegment_k, fhSegment_minSize)
.segment(readMBF(image));
}