Function edgeDetectDoG

Difference of Gaussians

SuperImage edgeDetectDoG (
  SuperImage src,
  SuperImage outp,
  int radius1,
  int radius2,
  float amount,
  bool inv = true
);

SuperImage edgeDetectDoG (
  SuperImage src,
  int radius1,
  int radius2,
  float amount,
  bool inv = true
);