T
- input and output type@Deprecated public class ConvolverNumericType<T extends NumericType<T>> extends Object implements Runnable
NumericType
. It
implemented using a shifting window buffer that is stored in a T[] array.ConvolverFactory
Modifier and Type | Class and Description |
---|---|
static class |
ConvolverNumericType.ConvolverNumericTypeFactory<T extends NumericType<T>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends NumericType<T>> |
factory(T type)
Deprecated.
|
void |
run()
Deprecated.
|
public static <T extends NumericType<T>> ConvolverNumericType.ConvolverNumericTypeFactory<T> factory(T type)
ConvolverFactory
producing ConvolverNumericType
.Copyright © 2015–2022 ImgLib2. All rights reserved.