程序包 org.wlld.entity
类 RGBNorm
java.lang.Object
org.wlld.entity.RGBNorm
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclear()voidclearRGB()booleancompare()voidfinish()doublegetEDist(double[] x) double[]doubledoublegetGMProbability(double[] feature) doublegetNorm()intgetNub()double[]getRgb()List<double[]> getRgbs()doublevoidgm()voidinsertFeature(double[] feature) voidnorm()voidsetColor(double[] rgb) voidsetGmFeature(double[] feature, double probability) voidsetGmParameter(double gmParameter) voidsetRgbRegression(RgbRegression rgbRegression) voidsyn()
-
构造器详细资料
-
RGBNorm
public RGBNorm(double[] rgb, int len) -
RGBNorm
public RGBNorm()
-
-
方法详细资料
-
getVarAll
public double getVarAll() -
getAvgMatrix
-
getVarMatrix
-
getRgbs
-
getRgbRegression
-
setRgbRegression
-
syn
public void syn() -
clearRGB
public void clearRGB() -
setGmFeature
public void setGmFeature(double[] feature, double probability) -
clear
public void clear() -
getNub
public int getNub() -
compare
public boolean compare() -
getEDist
public double getEDist(double[] x) -
setColor
public void setColor(double[] rgb) -
getFeature
-
insertFeature
-
gm
-
getGMProbability
-
getGmParameter
public double getGmParameter() -
setGmParameter
public void setGmParameter(double gmParameter) -
norm
public void norm() -
finish
public void finish() -
getNorm
public double getNorm() -
getRgb
public double[] getRgb()
-