Uses of Class
edu.berkeley.guir.papier_mache.vision.IHSColor

Packages that use IHSColor
edu.berkeley.guir.papier_mache.vision   
 

Uses of IHSColor in edu.berkeley.guir.papier_mache.vision
 

Methods in edu.berkeley.guir.papier_mache.vision that return IHSColor
 IHSColor MeanColorClassifier.getIdealColor()
           
 IHSColor ColorRange.getIHSColor()
           
 

Methods in edu.berkeley.guir.papier_mache.vision with parameters of type IHSColor
 void MeanColorClassifier.setIdealColor(IHSColor ihsColor)
           
 void ColorRange.setIHSColor(IHSColor ihsColor)
           
 

Constructors in edu.berkeley.guir.papier_mache.vision with parameters of type IHSColor
MeanColorClassifier(IHSColor ihsColor, float intTolerance, float hueTolerance, float satTolerance)
           
ColorRange(IHSColor ihsColor, float intensityTol, float hueTol, float saturationTol)
          Creates a new ColorRange with the specified color and tolerance values.