Package | Description |
---|---|
edu.stanford.rsl.science.zhenzhen.SURF |
Modifier and Type | Method and Description |
---|---|
static void |
ExtendedSURFDescriptor.computeAndSetDescriptor(ExtendedSURFInterestPoint ipt,
IntegralImage intImg,
com.labun.surf.Params p,
float xROI,
float yROI,
float radiusROI)
Returns the descriptor of the interest point as an array of 64 float values.
|
static void |
ExtendedSURFDescriptor.computeAndSetOrientation(ExtendedSURFInterestPoint ipt,
IntegralImage intImg)
Returns orientation of the dominant response vector.
|
static java.util.List<ExtendedSURFInterestPoint> |
IJFacadeZhen.detectAndDescribeInterestPoints(IntegralImage intImg,
float xROI,
float yROI,
float radiusROI)
Finds interest points using the default parameter.
|
static java.util.List<ExtendedSURFInterestPoint> |
IJFacadeZhen.detectAndDescribeInterestPoints(IntegralImage intImg,
com.labun.surf.Params p,
float xROI,
float yROI,
float radiusROI)
Finds interest points using the provided parameter.
|
static java.util.List<ExtendedSURFInterestPoint> |
Detector.fastHessian(IntegralImage img,
com.labun.surf.Params p) |