Skip to content

Brain Storm Side Notes

Jorge Andrés Herrera Maldonado edited this page May 7, 2022 · 1 revision

Progress Notes

An image is read and transfer into an Array Buffer In order to operate them, the buffer should be converted into a Int8Array or any of the variants based on the radiometry of the image.

Challenges or Limitations

The challenge comes with the operations, as transforming the arrays into normal arrays would cost a lot of computer memory and power.

Ideas

Instead, so far the best option is to work with intermediate arrays type, it implies increase complexity when it comes to operate the arrays.

Clone this wiki locally