MaxCountFCN

public class MaxCountFCN extends AbstractPredictor implements PlugInFilter

Methods

run

public void run(ImageProcessor ip)

setup

public int setup(String pathToModel, ImagePlus imp)

Sets up the PlugInFilter. Please see for more information on the PlugInFilter API.

Parameters:
  • pathToModel – The path to a saved TensorFlow model bundle.
  • imp – The currently active image.
Returns:

A flag indicating which types of images this plugin handles.

See also: PlugInFilter