j2d.hpp.unaheComparisons
Class MySingleColorStats

java.lang.Object
  extended by j2d.hpp.unaheComparisons.MySingleColorStats

public class MySingleColorStats
extends java.lang.Object

Created by Robert Distinti. User: default Date: Oct 9, 2005 Time: 2:30:06 PM Same as RGB color Stats except this only cares about one color of the colro dimension


Constructor Summary
MySingleColorStats()
           
 
Method Summary
 void addColor(short color)
           
 void dumpSortedValue()
           
 short getAverage()
           
 float getHighMoment(short center)
           
 short getHistoGramEqualizedValue(short c)
           
 float getLowMoment(short center)
           
 java.lang.String getStats()
           
 void processHistoGram()
           
 void setFullScaleEqualizationValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySingleColorStats

public MySingleColorStats()
Method Detail

getAverage

public short getAverage()

getHighMoment

public float getHighMoment(short center)

getLowMoment

public float getLowMoment(short center)

addColor

public void addColor(short color)

processHistoGram

public void processHistoGram()

getHistoGramEqualizedValue

public short getHistoGramEqualizedValue(short c)

setFullScaleEqualizationValues

public void setFullScaleEqualizationValues()

getStats

public java.lang.String getStats()

dumpSortedValue

public void dumpSortedValue()