Skip to content
Snippets Groups Projects
  • Vojtech Moravec's avatar
    1cd3087b
    Add new loader type, FlatBufferLoader. · 1cd3087b
    Vojtech Moravec authored
    This loader is quite similiar to ImageJBufferLoader, except that
    different plane data are stored in a single flat array.
    
    To handle this situation with different loader help us prevent future
    IndexOutOfBounds exceptions.
    1cd3087b
    History
    Add new loader type, FlatBufferLoader.
    Vojtech Moravec authored
    This loader is quite similiar to ImageJBufferLoader, except that
    different plane data are stored in a single flat array.
    
    To handle this situation with different loader help us prevent future
    IndexOutOfBounds exceptions.