mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Infos updated for new title/description format (#221)
* initial work * working with failing test * info modules * compiled * rework of CONTRIBUTING
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
module.exports = function edgeDetect(options,UI) {
|
||||
|
||||
options = options || {};
|
||||
options.title = "Detect Edges";
|
||||
options.description = "Detects the edges in an image";
|
||||
options.blur = options.blur || 2
|
||||
options.highThresholdRatio = options.highThresholdRatio||0.2
|
||||
options.lowThresholdRatio = options.lowThresholdRatio||0.15
|
||||
@@ -66,4 +64,4 @@ module.exports = function edgeDetect(options,UI) {
|
||||
output: output,
|
||||
UI: UI
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user