org.shapelogic.imageprocessing
Class SegmentCounter
java.lang.Object
org.shapelogic.imageutil.BaseImageOperation
org.shapelogic.imageprocessing.SegmentCounter
- All Implemented Interfaces:
- java.lang.Runnable, ImageOperation
public class SegmentCounter
- extends BaseImageOperation
Segmentation for 24 bit RGB and 8 bit Gray.
No longer used as base class for particle counter.
Might be renamed.
Works with rectangular ROIs
- Author:
- Sami Badawi
Methods inherited from class org.shapelogic.imageutil.BaseImageOperation |
getGuiWrapper, getImage, getKeyValueParser, getSetupReturnValue, isImageValid, setArg, setGuiWrapper, setKeyValueParser, setSetupReturnValue, setup, showAbout, showMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_doAll
protected boolean _doAll
_modifying
protected boolean _modifying
- Modifying colors
_segmentation
protected SBSegmentation _segmentation
_pluginName
protected java.lang.String _pluginName
_saveArea
protected boolean _saveArea
SegmentCounter
public SegmentCounter(boolean saveArea)
run
public void run()
getStatus
public java.lang.String getStatus()
getSegmentation
public SBSegmentation getSegmentation()
Copyright © 2008. All Rights Reserved.