org.shapelogic.imageprocessing
Interface IParticleCounter
- All Superinterfaces:
- ImageOperation, java.lang.Runnable
- All Known Implementing Classes:
- BaseParticleCounter, ParticleCounter
public interface IParticleCounter
- extends ImageOperation
- Author:
- sbadawi
Methods inherited from interface java.lang.Runnable |
run |
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 © 2008. All Rights Reserved.