A
- pixel type of the inputB
- pixel type of the outputpublic class MultithreadedIterableIntervalProjector2D<A,B> extends IterableIntervalProjector2D<A,B>
IterableIntervalProjector2D
byIterableInterval
will be divided into approximately equally sized
portions that are filled by separate threads., David Hoerlconverter, source, target
max, min
position
n
Constructor and Description |
---|
MultithreadedIterableIntervalProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
IterableInterval<B> target,
Converter<? super A,B> converter,
ExecutorService service) |
MultithreadedIterableIntervalProjector2D(int dimX,
int dimY,
RandomAccessible<A> source,
IterableInterval<B> target,
Converter<? super A,B> converter,
ExecutorService service,
int nTasks) |
Modifier and Type | Method and Description |
---|---|
void |
map()
projects data from the source to the target and applies the former
specified
Converter e.g. |
bck, equals, fwd, hashCode, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrap
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize
numDimensions
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
numDimensions
localize, positionAsLongArray, positionAsPoint
localize, positionAsDoubleArray, positionAsRealPoint
public MultithreadedIterableIntervalProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<? super A,B> converter, ExecutorService service, int nTasks)
public MultithreadedIterableIntervalProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<? super A,B> converter, ExecutorService service)
public void map()
IterableIntervalProjector2D
Converter
e.g. for normalization.Copyright © 2015–2022 ImgLib2. All rights reserved.