public class ExtendedSURFDescriptor
extends java.lang.Object
Constructor and Description |
---|
ExtendedSURFDescriptor() |
Modifier and Type | Method and Description |
---|---|
static void |
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 |
computeAndSetOrientation(ExtendedSURFInterestPoint ipt,
IntegralImage intImg)
Returns orientation of the dominant response vector.
|
public static void computeAndSetDescriptor(ExtendedSURFInterestPoint ipt, IntegralImage intImg, com.labun.surf.Params p, float xROI, float yROI, float radiusROI)
orientation
field of the interest point.
(I.e. in case of non-upright SURF the orientation must be computed and assigned before.)public static void computeAndSetOrientation(ExtendedSURFInterestPoint ipt, IntegralImage intImg)