Interface | Description |
---|---|
Algorithm |
TODO This interface should extend Runnable
|
Benchmark |
TODO
|
MultiThreaded |
TODO
|
OutputAlgorithm<F> |
TODO This interface should be empty and extend
Callable<F> ,
Algorithm . |
Class | Description |
---|---|
BenchmarkAlgorithm | |
MultiThreadedAlgorithm |
This is a convenience implementation of an algorithm that implements
MultiThreaded and Algorithm so that less code has to be
re-implemented. |
MultiThreadedBenchmarkAlgorithm |
This is a convenience implementation of an algorithm that implements
MultiThreaded , Benchmark and Algorithm so that less
code has to be re-implemented. |
Copyright © 2015–2022 ImgLib2. All rights reserved.