Function add

Add two images

SuperImage add (
  SuperImage a,
  SuperImage b,
  SuperImage outp,
  float t = 1.0F
);

SuperImage add (
  SuperImage a,
  SuperImage b,
  float t = 1.0F
);