Package gov.nih.mipav.model.algorithms
Class AlgorithmBRISK.BriskLayer
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmBRISK.BriskLayer
- Enclosing class:
AlgorithmBRISK
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AgastDetector5_8private ModelImage(package private) OastDetector9_16private doubleprivate doubleprivate int[][]private intprivate int -
Constructor Summary
ConstructorsConstructorDescriptionBriskLayer(AlgorithmBRISK.BriskLayer layer, int mode) BriskLayer(ModelImage image) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAgastPoints(int threshold, Vector<javax.vecmath.Point2i> keypoints) intgetAgastScore(double xf, double yf, int threshold) intgetAgastScore(double xf, double yf, int threshold, double scale) intgetAgastScore(int x, int y, int threshold) intgetAgastScore_5_8(int x, int y, int threshold) getImage()doubledoublegetScale()intgetXDim()intgetYDim()booleanisMax2D(int x_layer, int y_layer) private intvalue(int[][] scores, double xf, double yf, double scale)
-
Field Details
-
image
-
scale
private double scale -
offset
private double offset -
scores
private int[][] scores -
xDim
private int xDim -
yDim
private int yDim -
oastDetector
OastDetector9_16 oastDetector -
agastDetector_5_8
AgastDetector5_8 agastDetector_5_8
-
-
Constructor Details
-
BriskLayer
-
BriskLayer
-
-
Method Details
-
getScale
public double getScale() -
getOffset
public double getOffset() -
getImage
-
getXDim
public int getXDim() -
getYDim
public int getYDim() -
getAgastPoints
-
isMax2D
public boolean isMax2D(int x_layer, int y_layer) -
getAgastScore
public int getAgastScore(double xf, double yf, int threshold) -
getAgastScore
public int getAgastScore(double xf, double yf, int threshold, double scale) -
getAgastScore
public int getAgastScore(int x, int y, int threshold) -
getAgastScore_5_8
public int getAgastScore_5_8(int x, int y, int threshold) -
value
private int value(int[][] scores, double xf, double yf, double scale)
-