public interface ImagePreprocessor
The role of the preprocessor is to do whatever is necessary to the given ImagePlus object before TrakEM2 ever sees the pixels of its ImageProcessor.
| Modifier and Type | Method and Description |
|---|---|
void |
run(ij.ImagePlus imp,
String arg) |
void run(ij.ImagePlus imp,
String arg)
Copyright © 2015–2021 Fiji. All rights reserved.