All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.celldynamics.quimp.plugin.IQuimpPlugin Maven / Gradle / Ivy

Go to download

QuimP software, a set of plugins for ImageJ to quantify spatio-temporal patterns of fluorescently labeled proteins in the cortex of moving cells.

The newest version!
package com.github.celldynamics.quimp.plugin;

import ij.plugin.PlugIn;

/**
 * Interface for plugins used in QuimP Bar.
 * 
 * 

Those plugins are stand alone instances that could be run outside the QuimP. * * @author p.baniukiewicz * */ public interface IQuimpPlugin extends PlugIn { /** * Return plugin description. * * @return Plugin description */ public String about(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy