src/modules/EdgeDetect/Module.js
Function edgeDetect
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function edgeDetect(options, UI) {
var defaults = require('./../../util/getDefaults.js')(require('./info.json'));
options.blur = options.blur || defaults.blur;
options.highThresholdRatio = options.highThresholdRatio || defaults.highThresholdRatio;
- Create a ticketCreate a ticket