You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of our work: https://clearvolume.github.io/ClearVolume/
We encounter the following issue: ByteBuffers are limited in size and
so when we upload 3D images of more that a few gigabytes (yes we do that!)
we run into trouble. Right now I use reflection to circumvent this and somehow
acess some private methods and fields. VERY DIRTY.
We use BridJ and an Unsafe based infrastructure to get
data from our microscopes. It would be great to expose the Pointer based function
calls so that users have the choice between ByteBuffers or Pointers.
Below is an example of the kind of helper functions I have to circumvent this problem:
Dear Olivier,
In the context of our work: https://clearvolume.github.io/ClearVolume/
We encounter the following issue: ByteBuffers are limited in size and
so when we upload 3D images of more that a few gigabytes (yes we do that!)
we run into trouble. Right now I use reflection to circumvent this and somehow
acess some private methods and fields. VERY DIRTY.
We use BridJ and an Unsafe based infrastructure to get
data from our microscopes. It would be great to expose the Pointer based function
calls so that users have the choice between ByteBuffers or Pointers.
Below is an example of the kind of helper functions I have to circumvent this problem:
The text was updated successfully, but these errors were encountered: