[ImageJ-devel] [IMGLIB] moved algorithm and stats packages out of imglib2-core

Tobias Pietzsch pietzsch at mpi-cbg.de
Wed Feb 29 13:11:48 CST 2012


Hi all,

I moved the net.imglib2.algorithm and net.imglib2.stats packages
from the imglib2-core into the imglib2-algorithms sub-project (because
thats where they should belong.)

With regard to the interfaces and classes from the algorithm package,
I think we should reconsider whether we need those at all. In particular
for the MultiThreaded interface, I imagine that something similar can
be accomplished using the standard java.util.concurrent package.
For instance, (potentially) multi-threaded algorithms could be started
with an ExecutorService argument.

best regards,
Tobias




More information about the ImageJ-devel mailing list