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
Many of the classes and interfaces in this project could be added to imglib2 core. Essentially, all packages that are not named unsafe plus most of net.imglib2.img.unsafe. The classes in net.imglib2.img.unsafe should be renamed from Unsafe<...> to LongAccess<...>.
This would leave only a small portion of the classes in imglib2-unsafe but these classes would all make use of sun.misc.Unsafe.
License headers and JavaDoc will need to be adjusted before moving any of the classes to imglib2 core.