public class DensityCount extends Object implements PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING| Constructor and Description |
|---|
DensityCount() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(ImageProcessor ip)
Computes a density map from the selected image stack.
|
int |
setup(String pathToModel,
ImagePlus imp)
Sets up the PlugInFilter.
|
public void run(ImageProcessor ip)
run in interface PlugInFilterip - The input image processor.public int setup(String pathToModel, ImagePlus imp)
setup in interface PlugInFilterpathToModel - The path to a saved TensorFlow model bundle.imp - The currently active image.Copyright © 2018 The Laboratory of Experimental Biophysics. All rights reserved.