org.shapelogic.imageprocessing
Class SegmentCounter

java.lang.Object
  extended by org.shapelogic.imageutil.BaseImageOperation
      extended by 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

Field Summary
protected  boolean _doAll
           
protected  boolean _modifying
          Modifying colors
protected  java.lang.String _pluginName
           
protected  boolean _saveArea
           
protected  SBSegmentation _segmentation
           
 
Fields inherited from class org.shapelogic.imageutil.BaseImageOperation
_arg, _guiWrapper, _image, _keyValueParser, _setupReturnValue
 
Constructor Summary
SegmentCounter(boolean saveArea)
           
 
Method Summary
 SBSegmentation getSegmentation()
           
 java.lang.String getStatus()
           
 void run()
           
 
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
 

Field Detail

_doAll

protected boolean _doAll

_modifying

protected boolean _modifying
Modifying colors


_segmentation

protected SBSegmentation _segmentation

_pluginName

protected java.lang.String _pluginName

_saveArea

protected boolean _saveArea
Constructor Detail

SegmentCounter

public SegmentCounter(boolean saveArea)
Method Detail

run

public void run()

getStatus

public java.lang.String getStatus()

getSegmentation

public SBSegmentation getSegmentation()


Copyright © 2009. All Rights Reserved.