org.shapelogic.imageprocessing
Interface IParticleCounter

All Superinterfaces:
ImageOperation, java.lang.Runnable
All Known Implementing Classes:
BaseParticleCounter, ColorParticleAnalyzer, ColorParticleAnalyzer_, ColorParticleAnalyzerIJ, ParticleCounter, ParticleCounter_, RGBColorParticleAnalyzer_, RGBColorParticleAnalyzerIJ

public interface IParticleCounter
extends ImageOperation

Author:
sbadawi

Method Summary
 IColorHypothesisFinder getColorHypothesisFinder()
           
 int getIterations()
           
 double getMaxDistance()
           
 int getMinPixelsInArea()
           
 int getParticleCount()
           
 SBSegmentation getSegmentation()
           
 java.lang.String getStatus()
           
 boolean isParticleImage()
           
 void setColorHypothesisFinder(IColorHypothesisFinder colorHypothesisFinder)
           
 void setIterations(int maxIterations)
           
 void setMaxDistance(double maxDistance)
           
 void setMinPixelsInArea(int minPixelsInArea)
           
 
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
 

Method Detail

getParticleCount

int getParticleCount()

getSegmentation

SBSegmentation getSegmentation()

getStatus

java.lang.String getStatus()

isParticleImage

boolean isParticleImage()

getColorHypothesisFinder

IColorHypothesisFinder getColorHypothesisFinder()

setColorHypothesisFinder

void setColorHypothesisFinder(IColorHypothesisFinder colorHypothesisFinder)

getMaxDistance

double getMaxDistance()

setMaxDistance

void setMaxDistance(double maxDistance)

getMinPixelsInArea

int getMinPixelsInArea()

setMinPixelsInArea

void setMinPixelsInArea(int minPixelsInArea)

getIterations

int getIterations()

setIterations

void setIterations(int maxIterations)


Copyright © 2009. All Rights Reserved.