public class Load_Segmentation extends Object implements ij.plugin.PlugIn
Constructor and Description |
---|
Load_Segmentation() |
Load_Segmentation(ij.ImagePlus img,
String filename)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
execute(ij.ImagePlus imRef)
Execute SIOX segmentator
|
void |
run(String args)
Plugin run method
|
boolean |
setup()
Plugin setup (ask for the SIOX info file)
|
public Load_Segmentation()
public Load_Segmentation(ij.ImagePlus img, String filename)
img
- image to be segmentedfilename
- name of the SIOX info filepublic void run(String args)
run
in interface ij.plugin.PlugIn
public boolean setup()
public ij.ImagePlus execute(ij.ImagePlus imRef)
Copyright © 2015–2021 Fiji. All rights reserved.