org.shapelogic.color
Interface IColorAndVariance
- All Superinterfaces:
- ColorChannels, HasArea, HasPixelArea, PixelHandler
- All Known Subinterfaces:
- IColorEdgeArea, IColorRange
- All Known Implementing Classes:
- ColorAndVariance, ColorEdgeArea, ColorRange, GrayAndVariance, GrayEdgeArea, GrayRange
public interface IColorAndVariance
- extends PixelHandler, ColorChannels, HasArea, HasPixelArea
ColorAndVarianceI is a color aggregate with a mean color and a standard deviation.
ColorAndVarianceI is an interface for a color / gray implementations.
- Author:
- Sami Badawi
Methods inherited from interface org.shapelogic.imageutil.HasArea |
getArea |
merge
void merge(IColorAndVariance colorAndVariance)
getStandardDeviation
double getStandardDeviation()
getMeanColor
int getMeanColor()
getMeanRed
int getMeanRed()
getMeanGreen
int getMeanGreen()
getMeanBlue
int getMeanBlue()
Copyright © 2009. All Rights Reserved.