| Modifier and Type | Class and Description |
|---|---|
class |
AssociateNearestNeighbor<D extends TupleDesc_F64>
Matches features using a
NearestNeighbor search from DDogleg. |
| Modifier and Type | Method and Description |
|---|---|
double |
ScoreAssociateCorrelation.score(TupleDesc_F64 a,
TupleDesc_F64 b) |
double |
ScoreAssociateEuclideanSq_F64.score(TupleDesc_F64 a,
TupleDesc_F64 b) |
double |
ScoreAssociateSad_F64.score(TupleDesc_F64 a,
TupleDesc_F64 b) |
double |
ScoreAssociateEuclidean_F64.score(TupleDesc_F64 a,
TupleDesc_F64 b) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertReal_F64_S8.convert(TupleDesc_F64 input,
TupleDesc_S8 output) |
void |
ConvertPositive_F64_U8.convert(TupleDesc_F64 input,
TupleDesc_U8 output) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateSurfBasic.Helper |
| Modifier and Type | Method and Description |
|---|---|
AssociateDescription<TupleDesc_F64> |
AssociateSurfBasic.getAssoc() |
| Modifier and Type | Method and Description |
|---|---|
static double |
DescriptorDistance.correlation(TupleDesc_F64 a,
TupleDesc_F64 b)
Correlation score
|
static double |
DescriptorDistance.euclidean(TupleDesc_F64 a,
TupleDesc_F64 b)
Returns the Euclidean distance (L2-norm) between the two descriptors.
|
static double |
DescriptorDistance.euclideanSq(TupleDesc_F64 a,
TupleDesc_F64 b)
Returns the Euclidean distance squared between the two descriptors.
|
static double |
DescriptorDistance.sad(TupleDesc_F64 a,
TupleDesc_F64 b)
Sum of absolute difference (SAD) score
|
void |
AssociateSurfBasic.Helper.wrap(TupleDesc_F64 a,
int index) |
| Constructor and Description |
|---|
AssociateSurfBasic(AssociateDescription<TupleDesc_F64> assoc) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePointSurf.describe(double x,
double y,
double angle,
double scale,
TupleDesc_F64 ret)
Compute SURF descriptor, but without laplacian sign
|
static void |
ConvertTupleDescOps.positive(TupleDesc_F64 input,
TupleDesc_U8 output)
Converts a floating point description with all positive values into the 8-bit integer descriptor by
dividing each element in the input by the element maximum value and multiplying by 255.
|
static void |
ConvertTupleDescOps.real(TupleDesc_F64 input,
TupleDesc_S8 output)
Converts a floating point description with real values into the 8-bit integer descriptor by
dividing each element in the input by the element maximum absolute value and multiplying by 127.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateDescription<TupleDesc_F64> |
FactoryAssociation.kdRandomForest(int dimension,
int maxNodesSearched,
int numTrees,
int numConsiderSplit,
long randomSeed)
Approximate association using multiple random K-D trees (random forest) for descriptors with a high degree of
freedom, e.g.
|
static AssociateDescription<TupleDesc_F64> |
FactoryAssociation.kdtree(int dimension,
int maxNodesSearched)
Approximate association using a K-D tree degree of moderate size (10-15) that uses a best-bin-first search
order.
|
| Modifier and Type | Method and Description |
|---|---|
static ConvertTupleDesc<TupleDesc_F64,TupleDesc_U8> |
FactoryConvertTupleDesc.positive_F64_U8(int numElements)
Converts two
TupleDesc as describe by
ConvertTupleDescOps.positive(TupleDesc_F64, TupleDesc_U8). |
static ConvertTupleDesc<TupleDesc_F64,TupleDesc_S8> |
FactoryConvertTupleDesc.real_F64_S8(int numElements)
Converts two
TupleDesc as describe by
ConvertTupleDescOps.real(TupleDesc_F64, TupleDesc_S8). |
| Modifier and Type | Class and Description |
|---|---|
class |
NccFeature
Description for normalized cross correlation (NCC).
|
class |
SurfFeature
Description of a SURF interest point.
|
| Modifier and Type | Method and Description |
|---|---|
TupleDesc_F64 |
TupleDesc_F64.copy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TupleDesc_F64.set(TupleDesc_F64 src) |
void |
SurfFeature.setTo(TupleDesc_F64 source) |
void |
NccFeature.setTo(TupleDesc_F64 source) |
void |
TupleDesc_F64.setTo(TupleDesc_F64 source) |
Copyright © 2013. All Rights Reserved.