dlib.image.filters.edgedetect

Detect edges on an image

Members

Functions

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)

Difference of Gaussians

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)

Laplace edge detection

edgeDetectSobel
SuperImage edgeDetectSobel(SuperImage src, SuperImage outp, float normFactor)
SuperImage edgeDetectSobel(SuperImage src, float normFactor)

Sobel edge detection

Meta

Authors

Timur Gafarov