Function divide

Divide two images

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

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