T
- input and output type@Deprecated public final class ConvolverNativeType<T extends NumericType<T> & NativeType<T>> extends Object implements Runnable
NumericType
with
NativeType
representation. It implemented using a shifting window
buffer that is stored in a small NativeType
image. This is intented
for very large images, where a single line has more than
Integer.MAX_VALUE
elements. For smaller images, the faster
ConvolverNativeTypeBuffered
should be used.ConvolverFactory
Modifier and Type | Class and Description |
---|---|
static class |
ConvolverNativeType.ConvolverFactoryNativeType<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>> ConvolverNativeType.ConvolverFactoryNativeType<T> factory(T type)
ConvolverFactory
producing ConvolverNativeType
.Copyright © 2015–2022 ImgLib2. All rights reserved.