|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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, _colorHypothesis, _colorHypothesisFinder, _iterations, _maxDistance, _minPixelsInArea, _modifying, _particleCount, _particleImage, _saveArea, _segmentation |
Fields inherited from class org.shapelogic.imageutil.BaseImageOperation |
---|
_arg, _guiWrapper, _image, _setupReturnValue |
Constructor Summary | |
---|---|
ParticleCounter()
|
Method Summary |
---|
Methods inherited from class org.shapelogic.imageprocessing.BaseParticleCounter |
---|
countBackground, getColorHypothesisFinder, getImageArea, getIterations, getMaxDistance, getMinPixelsInArea, getParticleCount, getSegmentation, getStatus, init, isParticleImage, run, setColorHypothesisFinder, setIterations, setMaxDistance, setMinPixelsInArea |
Methods inherited from class org.shapelogic.imageutil.BaseImageOperation |
---|
getGuiWrapper, getImage, getSetupReturnValue, isImageValid, setGuiWrapper, 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, getSetupReturnValue, isImageValid, setGuiWrapper, 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 |