Package | Description |
---|---|
de.lmu.ifi.dbs.jfeaturelib.features.surf |
The surf package contains classes needed for wrapping the surf
implemenation from http://www.labun.com/imagej-surf/.
|
Modifier and Type | Method and Description |
---|---|
static void |
Descriptor.computeAndSetDescriptor(InterestPoint ipt,
IntegralImage intImg,
Params p)
Returns the descriptor of the interest point as an array of 64 float
values.
|
static void |
Descriptor.computeAndSetOrientation(InterestPoint ipt,
IntegralImage intImg)
Returns orientation of the dominant response vector.
|
static List<InterestPoint> |
IJFacade.detectAndDescribeInterestPoints(IntegralImage intImg)
Finds interest points using the default parameter.
|
static List<InterestPoint> |
IJFacade.detectAndDescribeInterestPoints(IntegralImage intImg,
Params p)
Finds interest points using the provided parameter.
|
static List<InterestPoint> |
Detector.fastHessian(IntegralImage img,
Params p) |
Copyright © 2013. All Rights Reserved.