Package gov.nih.mipav.model.algorithms
Class AlgorithmBRISK.KeyPoint
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmBRISK.KeyPoint
-
- Enclosing class:
- AlgorithmBRISK
private class AlgorithmBRISK.KeyPoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KeyPoint(double x, double y, double size, double angle, double response, int octave)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAngle()
javax.vecmath.Point2d
getPt()
double
getSize()
void
setAngle(double angle)
-