| Package | Description |
|---|---|
| de.lmu.ifi.dbs.jfeaturelib.features | |
| 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 |
|---|---|
Params |
SURF.getParams() |
| Modifier and Type | Method and Description |
|---|---|
static Params |
Params.getSurfParamsFromDialog(ij.gui.GenericDialog gd)
Reads SURF parameter from the ImageJ
GenericDialog and returns a
SurfParams object. |
| 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 List<InterestPoint> |
IJFacade.detectAndDescribeInterestPoints(IntegralImage intImg,
Params p)
Finds interest points using the provided parameter.
|
static void |
IJFacade.displayStatistics(Params p) |
static void |
IJFacade.drawInterestPoints(ij.process.ImageProcessor img,
List<InterestPoint> ipts,
Params params)
Draws interest points onto suplied
ImageProcessor. |
static void |
IJFacade.drawSingleInterestPoint(ij.process.ImageProcessor img,
Params p,
InterestPoint ipt) |
static List<InterestPoint> |
Detector.fastHessian(IntegralImage img,
Params p) |
| Constructor and Description |
|---|
Params(Params p) |
Copyright © 2013. All Rights Reserved.