Package one.empty3.feature
Class FeatureDescriptor
- java.lang.Object
-
- one.empty3.feature.M
-
- one.empty3.feature.PixM
-
- one.empty3.feature.FeatureDescriptor
-
- All Implemented Interfaces:
InterfaceMatrix
public class FeatureDescriptor extends PixM
-
-
Field Summary
-
Fields inherited from class one.empty3.feature.PixM
COMP_ALPHA, COMP_BLUE, COMP_GREEN, COMP_INTENSITY, COMP_RED
-
-
Constructor Summary
Constructors Constructor Description FeatureDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
deltaEnergy(int i, int j)
double
filter(double x, double y)
static double[][][]
getFeatureSampleDescr(int mSize, double max, double[][] anglesIntensitiesRatio)
java.util.List<FeatureImageLocationMatchScore>
matchesAll(FeatureDescriptor[] fd, java.io.File[] set)
boolean
setDescription(double[][] values)
void
setPixM(PixM m)
-
Methods inherited from class one.empty3.feature.PixM
applyFilter, colorsRegion, colorsRegion, colorsRegionWithMask, copy, copySubImage, derivative, difference, distance, distance, equals, fillIn, getColorsRegion, getColumns, getImage, getLines, getPixM, getRgb, luminance, mean, normalize, normalize, norme, paintAll, pasteSubImage, pasteSubImage, plotCurve, plotCurveRaw, replaceColor, subSampling
-
Methods inherited from class one.empty3.feature.M
CoFactor, diag, diag, diagonalSum, error, get, 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
-
setDescription
public boolean setDescription(double[][] values)
-
setPixM
public void setPixM(PixM m)
-
matchesAll
public java.util.List<FeatureImageLocationMatchScore> matchesAll(FeatureDescriptor[] fd, java.io.File[] set)
-
deltaEnergy
public double deltaEnergy(int i, int j)
-
filter
public double filter(double x, double y)
-
getFeatureSampleDescr
public static double[][][] getFeatureSampleDescr(int mSize, double max, double[][] anglesIntensitiesRatio)
-
-