mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 12:50:04 +01:00
Add matrix math module (#358)
* Add matrix math module * add info.json file * correct format of module * Add a constant factor input field * clone the pixels array * change default values
This commit is contained in:
@@ -22,4 +22,5 @@ module.exports = {
|
||||
'ndvi-colormap': require('./modules/NdviColormap'),
|
||||
'colorbar': require('./modules/Colorbar'),
|
||||
'gamma-correction': require('./modules/GammaCorrection'),
|
||||
'convolution': require('./modules/Convolution'),
|
||||
}
|
||||
Reference in New Issue
Block a user