From 3df5ca3802d939239b818320d67bfd0a6fdf1ae4 Mon Sep 17 00:00:00 2001 From: aashna27 Date: Mon, 22 Oct 2018 21:24:39 +0530 Subject: [PATCH] Added link in description of edge-detect module (#419) --- src/modules/EdgeDetect/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/EdgeDetect/info.json b/src/modules/EdgeDetect/info.json index 09cf8563..8ed35584 100644 --- a/src/modules/EdgeDetect/info.json +++ b/src/modules/EdgeDetect/info.json @@ -1,6 +1,6 @@ { "name": "Detect Edges", - "description": "this module detects edges using the Canny method, which first Gaussian blurs the image to reduce noise (amount of blur configurable in settings as `options.blur`), then applies a number of steps to highlight edges, resulting in a greyscale image where the brighter the pixel, the stronger the detected edge. Read more at: https://en.wikipedia.org/wiki/Canny_edge_detector", + "description": "this module detects edges using the Canny method, which first Gaussian blurs the image to reduce noise (amount of blur configurable in settings as `options.blur`), then applies a number of steps to highlight edges, resulting in a greyscale image where the brighter the pixel, the stronger the detected edge. Read more. ", "inputs": { "blur": { "type": "integer",