sclass CheesyRecognizer { new L prototypes; Map scaledPrototypes; // key = width class Prototype { BWIntegralImage image; } class ScaledPrototype { Prototype prototype; BWImage image; *(Prototype *prototype, BWImage *image) {} } }