Closed pomadchin closed 4 years ago
My suggestion would be to add nodes that would work similar to RF functions: https://github.com/raster-foundry/raster-foundry/blob/develop/app-backend/common/src/main/scala/com/rasterfoundry/common/color/ColorCorrect.scala
Rescale node can be implemented as a part of this PR.
Merging, since I need the release for the further work. This PR just adds a couple of new MAML nodes.
Overview
This PR adds RGB node into MAML.
Checklist
Demo
The tree itself looks the following way:
This PR also adds rescale and normalize nodes:
Testing Instructions
./sbt "project mamlJVM" test
Closes #114