Function edgeDetectSobel

Sobel edge detection

SuperImage edgeDetectSobel (
  SuperImage src,
  SuperImage outp,
  float normFactor = 0.125F
);

SuperImage edgeDetectSobel (
  SuperImage src,
  float normFactor = 0.125F
);