public class seededRegionGrowing extends ImageReviewer implements ij.plugin.PlugIn
| Modifier and Type | Field and Description |
|---|---|
boolean |
doFloodFill |
boolean |
fillBright |
int |
maxDiff |
int |
maxVoxelCount |
int |
minthresh |
working_canvas| Constructor and Description |
|---|
seededRegionGrowing() |
| Modifier and Type | Method and Description |
|---|---|
void |
customButFunc() |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
adjustCurSlice, cropToObjectROI, customChoiceFunc, findClosestMark, get3Dview, get3DviewOfmark, getObjectMaskFromFiles, getObjectMaskFromFiles, getPtInputDirInfo, redisplay, resetwidgets, run, runGUI, setGUIWinLevelWidgets, setNewSlice, setNewStudy, setupImg, setupImg, setupImg, setupImg, spaceWindowsOnScreen, toString, updateMarkingPanel, UpdateScreen, UpdateSelection, UpdateSelectionImageReviewerkeyPressed, mouseDragged, mouseMoved, mousePressed, mouseReleasedpublic boolean fillBright
public boolean doFloodFill
public int minthresh
public int maxDiff
public int maxVoxelCount
public void run(java.lang.String arg)
ij.plugin.PlugInrun in interface ij.plugin.PlugInrun in class ImageReviewerpublic void customButFunc()
customButFunc in class ImageReviewer