Package gov.nih.mipav.model.algorithms
Class AlgorithmBRISK.BriskPatternPoint
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmBRISK.BriskPatternPoint
-
- Enclosing class:
- AlgorithmBRISK
private class AlgorithmBRISK.BriskPatternPoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BriskPatternPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getSigma()
double
getX()
double
getY()
void
setSigma(double sigma)
void
setX(double x)
void
setY(double y)
-