Skip to content

tomo: Normalize special array kind

Valentin Valls requested to merge normalize-special-array-kind into main

Closes daiquiri-tomo#216 (closed) daiquiri-tomo#249 (closed) daiquiri-tomo#251 (closed)

This PR normalize the way to access to normalized uint8 and float16 without mem copy.

2 new classes was added to transfer the array through the application and provide a get for picking, plus other basic stuffs like shape, and dimension.

The ImageMesh is able to consume such new data.

That's a lazy implementation which was only done for 2D arrays.

Merge request reports

Loading