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

Method Summary
 int getMeanBlue()
           
 int getMeanColor()
           
 int getMeanGreen()
           
 int getMeanRed()
           
 double getStandardDeviation()
           
 void merge(IColorAndVariance colorAndVariance)
           
 
Methods inherited from interface org.shapelogic.imageutil.PixelHandler
putPixel
 
Methods inherited from interface org.shapelogic.color.ColorChannels
getColorChannels
 
Methods inherited from interface org.shapelogic.imageutil.HasArea
getArea
 
Methods inherited from interface org.shapelogic.imageutil.HasPixelArea
getPixelArea, setPixelArea
 

Method Detail

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.