interface IG22MasksHolder { WidthAndHeight maskSize(); L maskImages(); //LPair maskImagesWithLabels(); L> masks(); FloatBWImage ghost(); double certainty(); default int nMasks() { ret l(masks()); } default S renderCountAndCertainty() { ret main nMasks(nMasks()) + " with c=" + formatDouble3(certainty()); } }