public class Max_Project extends Object implements ij.plugin.PlugIn
Constructor and Description |
---|
Max_Project() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static <T extends RealType<T> & NativeType<T>> |
maxProject(List<? extends ViewDescription> vds,
ImgLoader imgLoader,
T type) |
static <T extends RealType<T> & NativeType<T>> |
maxProject(SpimData data,
List<? extends ViewId> viewIds,
T type) |
void |
run(String arg) |
static ij.process.FloatProcessor |
toProcessor(Img<? extends RealType<?>> img) |
public void run(String arg)
run
in interface ij.plugin.PlugIn
public static <T extends RealType<T> & NativeType<T>> boolean maxProject(SpimData data, List<? extends ViewId> viewIds, T type)
public static <T extends RealType<T> & NativeType<T>> boolean maxProject(List<? extends ViewDescription> vds, ImgLoader imgLoader, T type)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.