public class Downsample extends Object
Constructor and Description |
---|
Downsample() |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
downsample(RandomAccessible<T> input,
RandomAccessibleInterval<T> output,
int[] factor)
TODO: Revise.
|
public static <T extends RealType<T>> void downsample(RandomAccessible<T> input, RandomAccessibleInterval<T> output, int[] factor)
Copyright © 2015–2021 Fiji. All rights reserved.