.. java:import:: ch.epfl.leb.defcon.predictors.internal AbstractPredictor .. java:import:: ij IJ .. java:import:: ij ImagePlus .. java:import:: ij.gui Roi .. java:import:: ij.measure ResultsTable .. java:import:: ij.plugin.filter PlugInFilter .. java:import:: ij.process ImageProcessor .. java:import:: ij WindowManager .. java:import:: net.imglib2.type.numeric RealType MaxCountFCN =========== .. java:package:: ch.epfl.leb.defcon.ij :noindex: .. java:type:: public class MaxCountFCN extends AbstractPredictor implements PlugInFilter Methods ------- run ^^^ .. java:method:: public void run(ImageProcessor ip) :outertype: MaxCountFCN setup ^^^^^ .. java:method:: public int setup(String pathToModel, ImagePlus imp) :outertype: MaxCountFCN Sets up the PlugInFilter. Please see for more information on the PlugInFilter API. :param pathToModel: The path to a saved TensorFlow model bundle. :param imp: The currently active image. :return: A flag indicating which types of images this plugin handles. **See also:** \ `PlugInFilter `_\