|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.shapelogic.imageutil.BaseImageOperation
org.shapelogic.imageprocessing.BaseParticleCounter
org.shapelogic.imageprocessing.ParticleCounter
public class ParticleCounter
ParticleCounter count number of particles in a particle image.
There should be many different implementations of ParticleCounter.
Maybe of the should be subclassed from BaseParticleCounter.
This one just override a few default values.
| Field Summary |
|---|
| Fields inherited from class org.shapelogic.imageprocessing.BaseParticleCounter |
|---|
_backgroundArea, _backgroundCount, _boundingBoxArea, _categorizer, _colorHypothesis, _colorHypothesisFinder, _displayTable, _iterations, _maxDistance, _maxPixelsInArea, _minPixelsInArea, _modifying, _particleCount, _particleImage, _particlesFiltered, _particlesOrig, _saveArea, _segmentation, ITERATIONS_DEFAULTS, MAX_DISTANCE_DEFAULTS, MAX_PIXELS_IN_AREA_DEFAULTS, MIN_PIXELS_IN_AREA_DEFAULTS |
| Fields inherited from class org.shapelogic.imageutil.BaseImageOperation |
|---|
_arg, _guiWrapper, _image, _keyValueParser, _setupReturnValue |
| Constructor Summary | |
|---|---|
ParticleCounter()
|
|
| Method Summary |
|---|
| 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 |
| Methods inherited from interface org.shapelogic.imageprocessing.IParticleCounter |
|---|
getColorHypothesisFinder, getIterations, getMaxDistance, getMinPixelsInArea, getParticleCount, getSegmentation, getStatus, isParticleImage, setColorHypothesisFinder, setIterations, setMaxDistance, setMinPixelsInArea |
| Methods inherited from interface org.shapelogic.imageutil.ImageOperation |
|---|
getGuiWrapper, getImage, getKeyValueParser, getSetupReturnValue, isImageValid, setArg, setGuiWrapper, setKeyValueParser, setSetupReturnValue, setup, showAbout, showMessage |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Constructor Detail |
|---|
public ParticleCounter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||