Package one.empty3.feature20220726
Class MBitmap
java.lang.Object
one.empty3.feature20220726.MBitmap
- Direct Known Subclasses:
PixMAndroidVersion
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BufferedImage
protected int
int
protected int
protected int
static final Double
static PrimitiveIterator.OfDouble
-
Constructor Summary
ConstructorsConstructorDescriptionMBitmap
(int cl) MBitmap
(int c, int l) MBitmap
(BufferedImage bitmap) MBitmap
(BufferedImage bitmap, int resMax) -
Method Summary
Modifier and TypeMethodDescriptionCoFactor()
double
static M
diag
(double... d) static M
double
double
error
(double... w12) double
get
(int column, int line) void
getColor
(int column, int line, float[] comps) int
int
int
double
getIntensity
(int column, int line) int
getLines()
double
getOpValue
(String op, double m1ij, double m2ij) getP
(int i, int j) double[]
getValues
(int i, int j) static double[]
getVector
(int add, double[]... vectors) int
index
(int column, int line) void
init
(int l, int c) static M
repmat
(double[][] dd, int nLine, int mColumn) void
set
(int column, int line, double d) void
set
(int column, int line, double... values) void
setColumns
(int columns) void
setCompNo
(int compNo) void
setLines
(int lines) void
void
setRegionCopy
(M3 original, int ii, int ij, int iStart, int jStart, int iEnd, int jEnd, PixM pixM, int iPaste, int jPaste) void
setRegionCopy
(PixM original, int iStart, int jStart, int iEnd, int jEnd, M3 m3, int iPaste, int jPaste, int iiPaste, int ijPaste) void
setRegionCopy
(PixM original, int iStart, int jStart, int iEnd, int jEnd, PixM pixM, int iPaste, int jPaste) void
setValues
(int i, int j, double... v) tild()
double
trace()
-
Field Details
-
r
-
noValue
-
bitmap
-
columns
protected int columns -
lines
protected int lines -
compNo
protected int compNo -
compCount
public int compCount
-
-
Constructor Details
-
MBitmap
public MBitmap(int c, int l) -
MBitmap
-
MBitmap
-
MBitmap
-
MBitmap
public MBitmap(int cl)
-
-
Method Details
-
getColumns
public int getColumns() -
setColumns
public void setColumns(int columns) -
getLines
public int getLines() -
setLines
public void setLines(int lines) -
plus
-
operator
-
getValues
public double[] getValues(int i, int j) -
getBitmap
-
getVector
public static double[] getVector(int add, double[]... vectors) -
setP
-
getP
-
setValues
public void setValues(int i, int j, double... v) -
init
public void init(int l, int c) -
get
public double get(int column, int line) -
getIntensity
public double getIntensity(int column, int line) -
getColor
public void getColor(int column, int line, float[] comps) -
getCompNo
public int getCompNo() -
setCompNo
public void setCompNo(int compNo) -
index
public int index(int column, int line) -
set
public void set(int column, int line, double d) -
set
public void set(int column, int line, double... values) -
tild
-
trace
public double trace() -
diagonalSum
public double diagonalSum() -
getCompCount
public int getCompCount() -
determinant
public double determinant() -
CoFactor
-
error
public double error(double... w12) -
getOpValue
-
op
-
setRegionCopy
-
setRegionCopy
-
setRegionCopy
-
repmat
-
diag
-
diag
-