DetectEdges
Detects the edges in the current image using various one and two dimensional algorithms.
If the greyscale
parameter is set to false the detected edges will maintain the pixel
colors of the originl image.
Added version 4.1.0
Available filters are:
- kayyali
- kirsch
- laplacian3X3
- laplacian5X5
- laplacianffgaussian
- prewitt
- robertscross
- scharr
- sobel
Requests are passed thus:
http://your-image?detectedges=kayyali&greyscale=false