Package one.empty3.feature
Class M3
java.lang.Object
one.empty3.feature.M3
- Direct Known Subclasses:
VectorsImage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()filter(FilterPixM filter1, int ii, int ij) protected doubleget(int ii, int ij) doubleget(int column, int line, int columnIn, int lineIn) doubleget(int i, int j, int ii, int ij, int c) intintPixM[][]doublegetIntensity(int column, int line, int ii, int ij) getMatrix(int ii, int ij) intindex(int column, int line, int columnIn, int lineIn) PixM[][]normalize(double min, double max) voidresizeSubmatrix(int ii0, int ij0, int i2, int j2) protected voidprotected voidsaveXY(int x, int y) voidset(int column, int line, int columnIn, int lineIn, double d) voidsetCompNo(int compNo) voidprotected voidsetXY(int x, int y)
-
Field Details
-
r
-
noValue
-
columns
public final int columns -
lines
public final int lines -
columnsIn
protected final int columnsIn -
linesIn
protected final int linesIn -
compNo
protected int compNo -
image
-
-
Constructor Details
-
M3
public M3(int columns, int lines, int columnsIn, int linesIn) -
M3
-
M3
-
M3
-
M3
-
M3
Deprecated.
-
-
Method Details
-
get
public double get(int column, int line, int columnIn, int lineIn) -
index
public int index(int column, int line, int columnIn, int lineIn) -
set
public void set(int column, int line, int columnIn, int lineIn, double d) -
copy
-
getCompCount
public int getCompCount() -
get
protected double get(int ii, int ij) -
setXY
protected void setXY(int x, int y) -
restoreXY
protected void restoreXY() -
saveXY
protected void saveXY(int x, int y) -
setCompNo
public void setCompNo(int compNo) -
getCompNo
public int getCompNo() -
getImagesMatrix
-
normalize
-
filter
-
setMatrix
-
getMatrix
-
get
public double get(int i, int j, int ii, int ij, int c) -
resizeSubmatrix
public void resizeSubmatrix(int ii0, int ij0, int i2, int j2) -
getIntensity
public double getIntensity(int column, int line, int ii, int ij)
-