View Javadoc
1   import com.github.celldynamics.quimp.plugin.binaryseg.BinarySegmentation_;
2   
3   /**
4    * Compatibility layer for ImageJ.
5    * 
6    * @author p.baniukiewicz
7    *
8    */
9   public class BinarySegmentation_Runner extends BinarySegmentation_ {
10  
11  }