Function subtract

Subtract image b from image a

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

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