mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 12:50:04 +01:00
Added Edge Detection module (#168)
* step 1 grayscale Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * add basic edge detection resolves #166 * updated the description Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * fixed typo Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * updated the description for edge detection module Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * add NonMaxSuppression and DoubleThreshold Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * comlpeted edge detection Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * cleared remaining weak edges Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
32c5a29906
commit
bbef4bca57
@@ -8,6 +8,9 @@ module.exports = {
|
||||
'brightness': [
|
||||
require('./modules/Brightness/Module'),require('./modules/Brightness/info')
|
||||
],
|
||||
'edge-detect':[
|
||||
require('./modules/EdgeDetect/Module'),require('./modules/EdgeDetect/info')
|
||||
],
|
||||
'ndvi-red': [
|
||||
require('./modules/NdviRed/Module'),require('./modules/NdviRed/info')
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user