T
- input and output type@Deprecated public final class ConvolverNativeTypeBuffered<T extends NumericType<T> & NativeType<T>> extends Object implements Runnable
NumericType
with
NativeType
representation. It implemented using a line buffer that is
stored in a NativeType
image that is (approximately) as big as one
output line. This works for images, where a single line has no more than
Integer.MAX_VALUE
elements. For larger images
ConvolverNativeType
can be used.ConvolverFactory
Modifier and Type | Class and Description |
---|---|
static class |
ConvolverNativeTypeBuffered.ConvolverFactoryNativeTypeBuffered<T extends NumericType<T> & NativeType<T>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends NumericType<T> & NativeType<T>> |
factory(T type)
Deprecated.
|
void |
run()
Deprecated.
|
public static <T extends NumericType<T> & NativeType<T>> ConvolverNativeTypeBuffered.ConvolverFactoryNativeTypeBuffered<T> factory(T type)
ConvolverFactory
producing
ConvolverNativeTypeBuffered
.Copyright © 2015–2022 ImgLib2. All rights reserved.