- edgeDetectDoG
SuperImage edgeDetectDoG(SuperImage src, SuperImage outp, int radius1, int radius2, float amount, bool inv)
SuperImage edgeDetectDoG(SuperImage src, int radius1, int radius2, float amount, bool inv)
- edgeDetectGradient
SuperImage edgeDetectGradient(SuperImage src, SuperImage outp)
SuperImage edgeDetectGradient(SuperImage src)
Morphologic edge detection
- edgeDetectLaplace
SuperImage edgeDetectLaplace(SuperImage src, SuperImage outp)
SuperImage edgeDetectLaplace(SuperImage src)
- edgeDetectSobel
SuperImage edgeDetectSobel(SuperImage src, SuperImage outp, float normFactor)
SuperImage edgeDetectSobel(SuperImage src, float normFactor)
Detect edges on an image