Package one.empty3.feature20220726
Class SelectPointColorMassAglo
- java.lang.Object
-
- one.empty3.feature20220726.MBufferedImage
-
- one.empty3.feature20220726.PixM
-
- one.empty3.feature20220726.FilterPixM
-
- one.empty3.feature20220726.SelectPointColorMassAglo
-
public class SelectPointColorMassAglo extends FilterPixM
-
-
Field Summary
-
Fields inherited from class one.empty3.feature20220726.FilterPixM
NORM_CUSTOM, NORM_FLOOR_0, NORM_FLOOR_1, NORM_MAX, NORM_MEAN, NORM_NONE
-
Fields inherited from class one.empty3.feature20220726.PixM
COMP_ALPHA, COMP_BLUE, COMP_GREEN, COMP_INTENSITY, COMP_RED
-
Fields inherited from class one.empty3.feature20220726.MBufferedImage
BufferedImage, columns, compCount, compNo, lines, noValue, r
-
-
Constructor Summary
Constructors Constructor Description SelectPointColorMassAglo(java.awt.image.BufferedImage image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
averageCountMeanOf(int x, int y, int width, int height, double threshold)
double
filter(double x, double y)
double[]
getColor(int x, int y)
double[]
getMean(int x, int y, int width, int height)
void
setTmpColor(java.awt.Color tmpColor)
-
Methods inherited from class one.empty3.feature20220726.FilterPixM
getNormalize, setNormalize
-
Methods inherited from class one.empty3.feature20220726.PixM
applyFilter, colorsRegion, colorsRegion, copy, copySubImage, derivative, distance, equals, fillIn, getColorsRegion, getColumns, getImage, getLines, getPixM, getPixM, getPixM, getRgb, luminance, mean, normalize, normalize, norme, paintAll, pasteSubImage, pasteSubImage, plotCurve, plotCurve, subSampling
-
Methods inherited from class one.empty3.feature20220726.MBufferedImage
CoFactor, determinant, diag, diag, diagonalSum, error, get, getBufferedImage, getColor, getCompCount, getCompNo, getIntensity, getOpValue, getP, getValues, getVector, index, init, op, operator, plus, repmat, set, set, setColumns, setCompNo, setLines, setP, setRegionCopy, setRegionCopy, setRegionCopy, setValues, tild, trace
-
-
-
-
Method Detail
-
getColor
public double[] getColor(int x, int y)
-
getMean
public double[] getMean(int x, int y, int width, int height)
-
averageCountMeanOf
public double averageCountMeanOf(int x, int y, int width, int height, double threshold)
-
filter
public double filter(double x, double y)
- Specified by:
filter
in classFilterPixM
-
setTmpColor
public void setTmpColor(java.awt.Color tmpColor)
-
-