public class ThreeChannelMatrix extends Object
| 构造器和说明 |
|---|
ThreeChannelMatrix() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(double nub,
boolean add) |
void |
center() |
ThreeChannelMatrix |
copy() |
ThreeChannelMatrix |
cutChannel(int x,
int y,
int XSize,
int YSize) |
void |
fill(int x,
int y,
ThreeChannelMatrix fillThreeChannelMatrix) |
double |
getDist(ThreeChannelMatrix th) |
Matrix |
getH() |
Matrix |
getLBPMatrix() |
Matrix |
getMatrixB() |
Matrix |
getMatrixG() |
Matrix |
getMatrixR() |
int |
getX() |
int |
getY() |
ThreeChannelMatrix |
scale(boolean scaleWidth,
double size) |
void |
setH(Matrix h) |
void |
setMatrixB(Matrix matrixB) |
void |
setMatrixG(Matrix matrixG) |
void |
setMatrixR(Matrix matrixR) |
void |
setX(int x) |
void |
setY(int y) |
void |
standardization() |
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public double getDist(ThreeChannelMatrix th) throws Exception
Exceptionpublic ThreeChannelMatrix scale(boolean scaleWidth, double size) throws Exception
Exceptionpublic ThreeChannelMatrix copy() throws Exception
Exceptionpublic void fill(int x,
int y,
ThreeChannelMatrix fillThreeChannelMatrix)
throws Exception
Exceptionpublic ThreeChannelMatrix cutChannel(int x, int y, int XSize, int YSize) throws Exception
Exceptionpublic Matrix getH()
public void setH(Matrix h)
public Matrix getMatrixR()
public void setMatrixR(Matrix matrixR)
public Matrix getMatrixG()
public void setMatrixG(Matrix matrixG)
public Matrix getMatrixB()
public void setMatrixB(Matrix matrixB)
Copyright © 2024. All rights reserved.