public class RGBNorm extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
void |
clearRGB() |
boolean |
compare() |
void |
finish() |
Matrix |
getAvgMatrix() |
double |
getEDist(double[] x) |
double[] |
getFeature() |
double |
getGmParameter() |
double |
getGMProbability(double[] feature) |
double |
getNorm() |
int |
getNub() |
double[] |
getRgb() |
RgbRegression |
getRgbRegression() |
List<double[]> |
getRgbs() |
double |
getVarAll() |
Matrix |
getVarMatrix() |
void |
gm() |
void |
insertFeature(double[] feature) |
void |
norm() |
void |
setColor(double[] rgb) |
void |
setGmFeature(double[] feature,
double probability) |
void |
setGmParameter(double gmParameter) |
void |
setRgbRegression(RgbRegression rgbRegression) |
void |
syn() |
public double getVarAll()
public Matrix getAvgMatrix()
public Matrix getVarMatrix()
public List<double[]> getRgbs()
public RgbRegression getRgbRegression()
public void setRgbRegression(RgbRegression rgbRegression)
public void syn()
public void clearRGB()
public void setGmFeature(double[] feature,
double probability)
public void clear()
public int getNub()
public boolean compare()
public double getEDist(double[] x)
public void setColor(double[] rgb)
public double getGmParameter()
public void setGmParameter(double gmParameter)
public void norm()
public void finish()
public double getNorm()
public double[] getRgb()
Copyright © 2024. All rights reserved.