org.shapelogic.color
Interface IColorHypothesisFinder
- All Known Implementing Classes:
- DistanceBasedColorHypothesisFinder
public interface IColorHypothesisFinder
Interface for finding a ColorHypothesis in an image.
Maybe this should be changed to a stream later.
Do I need to know if this is a color or a gray image?
I do not think so.
- Author:
- Sami Badawi
findBestColorHypothesis
ColorHypothesis findBestColorHypothesis()
colorHypothesisIteration
ColorHypothesis colorHypothesisIteration(ColorHypothesis lastColorHypothesis)
getColorHypothesis
ColorHypothesis getColorHypothesis()
getIterations
int getIterations()
getIteration
int getIteration()
setIterations
void setIterations(int maxIterations)
verifyColor
boolean verifyColor(IColorRange colorRange)
findBestBackground
IColorRange findBestBackground(ColorHypothesis colorHypothesis)
Copyright © 2009. All Rights Reserved.