sclass FoundImgPlus<A> extends FoundImg {
  A data;
  
  *() {}
  *(Rect *r, float *sim, A *data) {}
  
  [stdEq]
}